Bug 41241 - "No items are available" message is inaccurate, confusing
Summary: "No items are available" message is inaccurate, confusing
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: 25.05
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-11-12 16:36 UTC by Esther Melander
Modified: 2025-11-12 16:36 UTC (History)
2 users (show)

See Also:
GIT URL:
Initiative type: ---
Sponsorship status: ---
Comma delimited list of Sponsors:
Crowdfunding goal: 0
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 Esther Melander 2025-11-12 16:36:37 UTC
To replicate:

1. Create a circulation rule for a patron category and item type. The rule should be set so that there can be unlimited holds, but only 1 hold per record, allow item level holds.
2. Set the AllowHoldPolicyOverride to don't allow.
3. Find a bibliographic record that has multiple available items and place a hold.
4. Trap the hold by checking it in and confirming.
5. Return to the bibliographic record and try placing a second hold.

Koha prevents the holds and states "Cannot place hold, No items are available to be placed on hold."

In this scenario, Koha is doing what it has been told to do by preventing a second hold on the same record by a patron that already has the item on hold. However, the messaging is a little confusing because there are other items available. Instead, the messaging should be, "Cannot place hold, Too many holds for this record...."