[Koha-bugs] [Bug 25783] Holds Queue treating item-level holds as bib-level

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 18 03:41:33 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25783

Andrew Fuerste-Henry <andrew at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #105984|0                           |1
        is obsolete|                            |

--- Comment #9 from Andrew Fuerste-Henry <andrew at bywatersolutions.com> ---
Created attachment 105993
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105993&action=edit
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 at theke.io>

Signed-off-by: Kim Peine <kim at williston.lib.vt.us>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list