Bug 19004: [QA Follow-up] No need to check item-level_itypes again
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Mon, 28 Aug 2017 06:51:24 +0000 (08:51 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 1 Sep 2017 16:02:27 +0000 (13:02 -0300)
commit0e744d49b557e3401ae7b700b1410b022a4e851c
treeab74ac66df72bac37b0f56eac807ae2715e5a57c
parent0fc3f19605d3979333dc333237205b9bef6ab60b
Bug 19004: [QA Follow-up] No need to check item-level_itypes again

As Jonathan pointed out, GetItem already called effective_itemtype.
So we can just use $item->{itype} here.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Circulation.pm