]> 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)
committerKatrin Fischer <katrin.fischer.83@web.de>
Fri, 6 Oct 2017 06:13:45 +0000 (08:13 +0200)
commit3e38feb58a07e5e60fdde726fe90199958bbc653
tree5fb0f09b82c86993c69dbbd6b747c1d85bbd89aa
parentbd2602adacce6ff8caf448abc62947e4e25f3728
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)
(cherry picked from commit ad718868553f149d0e9ea9ec7b7718677bac6c5e)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
C4/Circulation.pm