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)
committerMason James <mtj@kohaaloha.com>
Sun, 30 Apr 2017 11:20:01 +0000 (23:20 +1200)
commitde0e3f8512fd4831213807c7e4d83109a8504cd5
tree125a160f858b92cbc9a26adc6ffb7d6663b5dd10
parent63802c7ec270d63bd5d3b5c06eaf8828c4b798e1
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>
C4/Csv.pm
C4/Record.pm
serials/lateissues-export.pl