[Koha-bugs] [Bug 14514] LocalHoldsPriority and the HoldsQueue conflict with each other

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 28 19:41:26 CEST 2016


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

--- Comment #17 from Kyle M Hall <kyle at bywatersolutions.com> ---
(In reply to Liz Rea from comment #14)
> Should we expect that this local hold that has priority for a branch turn up
> on the hold queue? Or do we only care about what happens when an item is
> checked in?
> 
> My instinct says that a local hold priority item should show up on the hold
> queue for the prioritised library/item/borrower
> 
> Example, Patron from springfield has a biblio level reserve for a book that
> has a springfield copy, the springfield copy is available, should this turn
> up on the hold queue for springfield? 
> 
> Currently the reserve doesn't show up on any hold queue. Is that correct
> behaviour? How would the library know the reserve exists in this case
> without scanning it to trap it?

Yes, the hold should show up in the holds queue. That's all this patch is
supposed to do is to select the same patron for the holds queue that would be
selected if the item in question was not already in the holds queue. The
problem right now is the holds queue is choosing the wrong patron.

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


More information about the Koha-bugs mailing list