]> git.koha-community.org Git - koha.git/commit
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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 3 Oct 2017 09:52:19 +0000 (11:52 +0200)
commitad718868553f149d0e9ea9ec7b7718677bac6c5e
treebbbf5e80e0459cc743f08e7e03b1b13780578f2b
parentfba32956691ec0b3295e75aa8554d1454cb29819
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>
(cherry picked from commit 0e744d49b557e3401ae7b700b1410b022a4e851c)
C4/Circulation.pm