Bug 18260: Koha::Biblio - Remove GetBiblio
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 13 Mar 2017 19:43:40 +0000 (16:43 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 10 Jul 2017 16:03:38 +0000 (13:03 -0300)
commitc73e269a13f64fe016dc90941280c9d2e9cfb02c
treee07a5cef8eb7fc937e0c05305fb3ab56a1b19f0c
parent0c14a76049061a581c508a8abe032bbb7844fabe
Bug 18260: Koha::Biblio - Remove GetBiblio

C4::Biblio::GetBiblio can be replaced with Koha Biblio->find

Test plan:
Import batch, view issue history, search for items, see the image of a
bibliographic record, modify and delete records in a batch

Followed test plan, works as expected.
Signed-off-by: Marc VĂ©ron <veron@veron.ch>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
15 files changed:
C4/Acquisition.pm
C4/Biblio.pm
C4/ILSDI/Services.pm
C4/ImportBatch.pm
C4/Serials.pm
Koha/REST/V1/Hold.pm
catalogue/imageviewer.pl
catalogue/issuehistory.pl
catalogue/itemsearch.pl
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt
opac/opac-imageviewer.pl
reports/orders_by_fund.pl
serials/subscription-history.pl
t/db_dependent/Acquisition.t
tools/batch_record_modification.pl