Bug 39134 - Limit how many holds can be placed on a title in one action
Summary: Limit how many holds can be placed on a title in one action
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Hold requests (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-13 14:00 UTC by Andrew Fuerste-Henry
Modified: 2025-02-13 14:00 UTC (History)
1 user (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Fuerste-Henry 2025-02-13 14:00:41 UTC
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.