https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14514
--- Comment #17 from Kyle M Hall <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
