Bug 15451: Koha::CsvProfiles - Remove GetCsvProfile
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 30 Dec 2015 18:26:17 +0000 (18:26 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 22 Jul 2016 17:18:36 +0000 (17:18 +0000)
commit0e80c75aee02157b1fc4121ecf3b039f6f797b7b
tree2a2db905998bf43a5b4aa5a76437f5abed333c26
parentbea95dace6d6e3d4eb99c1985f7f80e50cc6beb5
Bug 15451: Koha::CsvProfiles - Remove GetCsvProfile

This subroutine just returned a csv profile for a given id.
It is replaced in this patch by a call to Koha::CsvProfiles->find.

There is nothing to test here, these changes have been tested in
previous patches.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>

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/lateissues-export.pl