https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42483 --- Comment #1 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Created attachment 198297 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198297&action=edit Bug 42483: Correct description of HoldsQueuePrioritizeBranch system preference To test: Confirm behavior: 1: have a patron from Library A 2: have a bib with two items Item 1: homebranch = Library A, holdingbranch = Library B Item 2: homebranch = Library B, holdingbranch = Library A 3: Place a hold on your bib for your patron for pickup at Library B 4: Set HoldsQueuePrioritizeBranch to homebranch 5: Build holds queue 6: Confirm the queue has targeted Item 2 (pickup branch = item homebranch) 7: Set HoldsQueuePrioritizeBranch to holdingbranch 8: Build holds queue 9: Confirm the queue has targeted Item 1 (pickup branch = item holdingbranch) 10: Apply patch 11: Reload HoldsQueuePrioritizeBranch system preference 12: Confirm it now reads "The holds queue should prioritize filling a hold by matching the pickup library with an item ..." -- You are receiving this mail because: You are watching all bug changes.