]> git.koha-community.org Git - koha.git/commit
Bug 15451: Koha::CsvProfiles - Remove GetCsvProfiles
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 30 Dec 2015 18:16:01 +0000 (18:16 +0000)
committerMason James <mtj@kohaaloha.com>
Sun, 30 Apr 2017 11:20:00 +0000 (23:20 +1200)
commitad9bef2419394a7f3677a9bd8bc04fa31785612f
tree55818a5ffcf16667ff88269d55dfe92fb9d6cb67
parent27a3ad799ce3c125c4e727fcf39012c81ba4bb1c
Bug 15451: Koha::CsvProfiles - Remove GetCsvProfiles

This subroutine did the same job as GetCsvProfilesLoop, so this patch
applies the same changes as the previous patch.

Test plan:
1/ Claim some serials, sql profiles should be listed
2/ Export records using the export tool. MARC profiles should be listed.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Listed sql & marc profiles
No errors

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Mason James <mtj@kohaaloha.com>
C4/Csv.pm
C4/Record.pm
serials/claims.pl
tools/export.pl