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)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 22 Jul 2016 17:18:35 +0000 (17:18 +0000)
commit04c7a8a845fb780c72d412133a4b97056c35301e
treec2331b2928ca42ddd4fe01ce422f7210c7c8e369
parent814a1d4231c8e71613ce58a72b30a539654c34ee
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: Kyle M Hall <kyle@bywatersolutions.com>
C4/Csv.pm
C4/Record.pm
serials/claims.pl
tools/export.pl