]> git.koha-community.org Git - koha.git/commit
Bug 25783: Holds Queue treating item-level holds as bib-level
authorKyle M Hall <kyle@bywatersolutions.com>
Wed, 17 Jun 2020 15:41:21 +0000 (11:41 -0400)
committerAleisha Amohia <aleishaamohia@hotmail.com>
Wed, 19 Aug 2020 05:50:24 +0000 (17:50 +1200)
commitb8de520952b205d94f97de6ad2d9b94346475a81
tree65db0af247ad84de77141b8b205c612f7143ef73
parent97ba8f85d7f4feb6c078714b89fd02d3cd6f2a15
Bug 25783: Holds Queue treating item-level holds as bib-level

The holds queue builder does not honor
the new item_level_hold flag. Instead, it only item_level_request if
in the loop dealing with item level holds. This is incorrect. Item level
holds may be trapped in the local holds priority loop as well. It's
trivial to just pass though the correct item/biblio level hold flag.

I do not know how to write a reproducable test plan for these issues.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Kim Peine <kim@williston.lib.vt.us>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit db235d33a4caf64387b86ebab7b658bd7759ff21)
(cherry picked from commit aa4eba6d232fd5009312286f5e3575c4ca25e9f3)

Signed-off-by: Aleisha Amohia <aleishaamohia@hotmail.com>
C4/HoldsQueue.pm