https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39134 Bug ID: 39134 Summary: Limit how many holds can be placed on a title in one action Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Hold requests Assignee: koha-bugs@lists.koha-community.org Reporter: andrew@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com If your circ rules allow a patron to have more than one hold on a biblio, the holds interface on the intranet will provide a "Holds to place (count)" box. Koha will make as many holds as you tell it to. If AllowHoldPolicyOverride is off, the number of holds will be limited by the circulation rules. If there is not a limit set in the circulation rules or if AllowHoldPolicyOverride is enabled, there is no upper limit on how many holds Koha will endeavor to make. This presents an issue when a user inadvertently scans a cardnumber into the "Holds to place" field and sets Koha to the task of creating 21,825,001,569,628 holds. We should put some hard limit in place here. We addressed a similar issue for item creation in bug 34146. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.