Bug 19940: Koha::Biblio - Remove GetBiblioItemInfosOf
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 9 Jan 2018 16:58:53 +0000 (13:58 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 23 Mar 2018 14:45:38 +0000 (11:45 -0300)
commit2ebc2aa6e2133594335f445a9fa89dc6266c0579
treed874e6e6f7bc815de3d0d0c67e6f217c76baa5fe
parentcb336e633bf7e0cb25051a8ed8157af8486a58d7
Bug 19940: Koha::Biblio - Remove GetBiblioItemInfosOf

This subroutine is only used once and can be replaced easily with a
Koha::Biblioitems->search call

Test plan:
Test this on top of bug 19941 and confirm that the correct item types
are displayed

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

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

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Biblio.pm
reserve/request.pl