https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42700 --- Comment #1 from Kyle M Hall (khall) <kyle@bywatersolutions.com> --- (In reply to Lucas Gass (lukeg) from comment #0)
I can't find good documentation on this, but I think this is a bug:
hold_items => $flags->{WAITING}->{itemlist},
holds_items is currently a count of waiting holds, when it should total holds.
Meanwhile unavail_holds is a count of all holds except waiting holds.
Some 3rd party SIP machines use this calculation to get a count of "holds to pick up":
holds ready for pickup = hold_items - unavail_holds
Currently this can produce a negative number.
Bug 10817 seems to confirm this is a bug: Sip devices need this to show to the user what books they have on hold and what holds they have awaiting collection. The SIP2 protocol spec also seems to agree ( but not explicitly ). -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.