Bug 16169: Change prototype for C4::Biblio::TransformMarcToKoha
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 30 Mar 2016 10:58:31 +0000 (11:58 +0100)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Thu, 7 Apr 2016 00:04:21 +0000 (00:04 +0000)
commitc564f30155cac18cf6b7b26a549303f65e9e33a3
tree1458337a8b54fd84770c10c9b20642ac06951352
parenteb04d174d91201b05b6e348dc672f9351dc0aaf0
Bug 16169: Change prototype for C4::Biblio::TransformMarcToKoha

subroutines should not take $dbh in parameter.
C4::Biblio::TransformMarcToKoha has it and does not use it.

Test plan:
Look at the patch and confirm that all occurrences of
TransformMarcToKoha have been modified.

Signed-off-by: Jacek Ablewicz <abl@biblos.pk.edu.pl>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
17 files changed:
C4/AuthoritiesMarc.pm
C4/Biblio.pm
C4/ImportBatch.pm
C4/Items.pm
C4/Matcher.pm
C4/Search.pm
acqui/neworderbiblio.pl
cataloguing/additem.pl
cataloguing/value_builder/marc21_linking_section.pl
cataloguing/value_builder/unimarc_field_4XX.pl
circ/circulation.pl
labels/label-item-search.pl
misc/batchRebuildBiblioTables.pl
opac/opac-ISBDdetail.pl
opac/opac-MARCdetail.pl
serials/subscription-bib-search.pl
t/Biblio.t