https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42483 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com --- Comment #2 from David Nind <david@davidnind.com> --- I attempted to test, but didn't get the results in the test plan (before the patch) (hopefully I've tested correctly): 1. Logged in as koha with Centerville as library. 2. Used: - Mary Burton (Midway - Library A) - Effective Perl programming (139) - Changed item locations: . Item 1 - 39999000005776: Home library = Midway (Library A), Current library = Centerville (Library B) . Item 2 - 39999000005790: Home library = Centerville (Library B), Current library = Midway (Library A) 3. Build holds queue: . misc/cronjobs/holds/build_holds_queue.pl . restart_all (not sure if this is required) 4. For step 6 - HoldsQueuePrioritizeBranch to home library (homebranch = Midway?): Centerville: - Holds queue has targeted Item 1 for pickup at Centerville - 39999000005776 (Current library = Centerville, Home library = Midway) for pickup - "Send to" column has "Centerville" Midway: nothing in the holds queue 5. For step 9 - HoldsQueuePrioritizeBranch to holding library (holdingbranch = Centerville?): Centerville: nothing in the holds queue Midway: - Holds queue has targeted Item 2 for pickup at Centerville - 39999000005790 (Current library = Midway, Home library = Centerville) for pickup - "Send to" column has "Centerville" Current description for HoldsQueuePrioritizeBranch: The holds queue should prioritize filling a hold by matching the patron's home library with an item having a matching - holding library (holdingbranch) - home library (homebranch) -- You are receiving this mail because: You are watching all bug changes.