Bug 18296: C4::Items - Remove GetItemInfosOf
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 15 Mar 2017 22:50:18 +0000 (19:50 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 7 Jun 2017 14:30:25 +0000 (11:30 -0300)
commit88e50b6a68a9b433c55cea2d2c8d525edc1887ea
tree46c544685addee313445cd61839bc9f90aba5b38
parent023b0890a25d1420a0f4ecb28d54c08a06e6479e
Bug 18296: C4::Items - Remove GetItemInfosOf

At this point this subroutine is only used once, from reserve/request.pl.
Since we already have the items, it's easy to populate the different
hashes as the rest of the code is expecting it.

Test plan:
You need to create analytical record relationships (
EasyAnalyticalRecords needs to be set). Link an item to a biblio using
the 'Edit > Link to host item' menu from the biblio detail page.
From the staff interface place a hold on the biblio. You should see the
items from the biblio and the one you just linked

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
C4/Items.pm
labels/label-item-search.pl
reserve/request.pl