]> git.koha-community.org Git - koha.git/commit
Bug 14598 [QA Followup] - Correct the behavior of GetItem
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 18 Dec 2015 14:59:02 +0000 (14:59 +0000)
committerJulian Maurice <julian.maurice@biblibre.com>
Wed, 30 Nov 2016 12:48:06 +0000 (13:48 +0100)
commita81bbe17b50a4a02d0d2915a0c15057ef44cbd3b
tree75a0e5145fb5b52ce108d848ae68b580c3eac52b
parentc29b60fb268640d4fdbc40dcb0ca8c15f83c5822
Bug 14598 [QA Followup] - Correct the behavior of GetItem

Currently GetItem sets itemtype to the biblio itemtype if no item level
itemtype exists. Instead, it should only do this if item_level-itypes
is not set.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 73b85e98755e075044db72b973cb3ebd6c0f4891)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
C4/Items.pm
t/db_dependent/Items.t