Bug 38412 - Koha should warn when hold on bibliographic record requires hold policy override
Summary: Koha should warn when hold on bibliographic record requires hold policy override
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: 35573
Blocks:
  Show dependency treegraph
 
Reported: 2024-11-08 18:18 UTC by Andrew Fuerste-Henry
Modified: 2025-01-24 18:05 UTC (History)
3 users (show)

See Also:
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 2024-11-08 18:18:03 UTC
When AllowHoldPolicyOverride is set to Allow, Koha will specifically mark items for which an item-level hold will require an override. However, nothing in the interface indicates when the bibliographic level hold will require an override. 

To recreate:
 - Have AllowHoldPolicyOverride set to Don't Allow
 - Have a bib record with just one item
 - confirm you can place a hold on either the biblio or the item
 - edit your item such that it become unholdable (mark it Not For Loan or something)
 - confirm that you cannot place a hold on either the biblio or the item
 - set AllowHoldPolicyOverride to Allow
 - confirm that Koha shows an alert on the item indicating that the hold will require an override
 - confirm that Koha does not indicate the bibliographic level hold will require an override

Bug 33573 restored these alerts for items. I don't recall if we've ever had these alerts for biblios.