[Bug 32089] New: build_holds_queue should optimize transfers to the hold pickup location rather than the patron home library
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32089 Bug ID: 32089 Summary: build_holds_queue should optimize transfers to the hold pickup location rather than the patron home library Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Hold requests Assignee: koha-bugs@lists.koha-community.org Reporter: andrewfh@dubcolib.org QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com Depends on: 31557 The logic used in build_holds_queue is all based on the item location and the patron's home branch, on the assumption that the patron will be picking the hold up at their home branch. That's going to be correct often, but not always. We should instead look at the hold pickup location, reserves.branchcode. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31557 [Bug 31557] Add ability for holds queue builder to prioritize either matching a patron's home library to the item's home or holding library -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32089 Andrew Fuerste-Henry <andrewfh@dubcolib.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle@bywatersolutions.com, | |nick@bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32089 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- That sounds like a pretty big oversight to the general holds system? Is there a way to test this/make it visible in the GUI? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32089 --- Comment #2 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to Katrin Fischer from comment #1)
That sounds like a pretty big oversight to the general holds system?
Is there a way to test this/make it visible in the GUI?
I think it's basically taking bug 31557 and adding a third option, pickup branch. Does that summarize this correctly Andrew? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32089 Andrew Fuerste-Henry <andrewfh@dubcolib.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED --- Comment #3 from Andrew Fuerste-Henry <andrewfh@dubcolib.org> --- I'm actually closing this one. In talking through bug 31557, we misread the code a bit. I've just run through some scenarios that should have led to some weird hold targeting if our read was correct, but Koha consistently picked the item at the hold pickup location rather than the patron's branch, so this appears to be working as desired. Clearly I'm just too ready to think the worst of the holds system. False alarm! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32089 --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Thx for testing, Andrew! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org