]> 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)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 18 Jun 2020 15:04:22 +0000 (17:04 +0200)
commitaa4eba6d232fd5009312286f5e3575c4ca25e9f3
treeed2547a58806562e76b9769d50124ddcab5401cf
parentad6b6db41e92168a3e23d64949817fddb8927aa0
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)
C4/HoldsQueue.pm