Bug 19943: Koha::Biblio - Replace GetBiblioItemData with Koha::Biblio->biblioitem
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 9 Jan 2018 17:37:20 +0000 (14:37 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 23 Mar 2018 15:31:58 +0000 (12:31 -0300)
commit6183c0e6a910663fec02bdba66d05f173310f562
tree03de23596a6c6a70d254088ffea7b882ee91fc83
parent3953fdb921d7f280ffbaca813956357aa67d42ca
Bug 19943: Koha::Biblio - Replace GetBiblioItemData with Koha::Biblio->biblioitem

The biblioitem's info can be retrieved with Koha::Biblio->biblioitem

Test plan:
1. Use the age restriction to restrict checkouts for a given patron
2. Check some items of a biblio out, go to "Items" tab, then "View
item's checkout history" link. Compare views with and without patches

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Circulation.pm
circ/bookcount.pl
t/db_dependent/Biblio.t