[Bug 25652] New: Holds Daily is not looking at Item Type when Not Allowing Holds
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25652 Bug ID: 25652 Summary: Holds Daily is not looking at Item Type when Not Allowing Holds Change sponsored?: --- Product: Koha Version: 19.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Hold requests Assignee: koha-bugs@lists.koha-community.org Reporter: kelly@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com If a library has a rule that allows 5 holds daily on DVDs and 50 holds daily on the BOOK rule, Koha will count the first 5 holds regardless of item type and not allow any more of that item type (DVD) for a hold, but will allow more BOOK holds. 423 my $today_holds = Koha::Holds->search({ 424 borrowernumber => $borrowernumber, 425 reservedate => dt_from_string->date 426 }); Koha should be looking at Item Type when determining whether a hold can be placed in this today_holds search. -- 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=25652 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- This reads like a bug - updating. -- 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=25652 Eric Swenson <tech@salinapublic.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tech@salinapublic.org --- Comment #2 from Eric Swenson <tech@salinapublic.org> --- Hi there! Salina Public Library chiming in. We stumbled into this issue as well, so it would be very nice for this functionality to work. We have begun to increase the amount of holds people can place on items but as a way to help out our circulation department the ability to limit the number of holds per day would be nice. -- 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=25652 Sara Brown <sbrown@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sbrown@bywatersolutions.com --- Comment #3 from Sara Brown <sbrown@bywatersolutions.com> --- This is still relevant as of 21.11.05. Being able to use the feature with the accurate per-item type limit would be very helpful! -- 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=25652 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|19.11 |master Summary|Holds Daily is not looking |Holds daily is not looking |at Item Type when Not |at item type when not |Allowing Holds |allowing holds --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I think it might not be easy to implement or maybe only with a fallback to the record level itemtype. When a hold is placed without being limited to an item type, it's not easy to determine which itemtype should apply if there are multiple items that could fill the hold with different itemtypes. -- 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=25652 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |15486 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15486 [Bug 15486] Restrict number of holds placed by day -- 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=25652 Catrina Berka <catrina@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |catrina@bywatersolutions.co | |m --- Comment #5 from Catrina Berka <catrina@bywatersolutions.com> --- Perhaps we should consider deleting this column from the table. Its location is misleading. -- 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=25652 hebah@bywatersolutions.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hebah@bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25652 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen@gmail.com --- Comment #6 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Catrina Berka from comment #5)
Perhaps we should consider deleting this column from the table. Its location is misleading.
Can you explain what you mean a bit more? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org