https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14514
Barton Chittenden <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51595|0 |1 is obsolete| | --- Comment #16 from Barton Chittenden <[email protected]> --- Created attachment 53787 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=53787&action=edit [SIGNED-OFF] Bug 14514 - LocalHoldsPriority and the HoldsQueue conflict with each other It appears that the LocalHoldsPriority feature and the Holds Queue are fundamentally at odds with each other. The problem appears to be that both are attempting to choose the best way to fill holds. When you are using the holds queue and you check in an item that has been selected by the holds queue builder, that part of Koha where the LocalHoldsPriority feature lives doesn't get to see all the holds in order to pick the best one. Instead only the hold selected by the holds queue builder is returned so to the LocalHoldsPriority feature, that is only one hold to pick from! Test Plan: 1) Apply this patch 2) prove t/db_dependent/HoldsQueue.t 3) All tests should pass Signed-off-by: Barton Chittenden [email protected] -- 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/
