Summary: | Can't place hold even with override on | ||
---|---|---|---|
Product: | Koha | Reporter: | Nicole C. Engard <nengard> |
Component: | Hold requests | Assignee: | Jesse Weaver <pianohacker> |
Status: | CLOSED WORKSFORME | QA Contact: | Bugs List <koha-bugs> |
Severity: | normal | ||
Priority: | P5 - low | CC: | gmcharlt |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
URL: | cgi-bin/koha/reserve/request.pl?biblionumber=504 | ||
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 'undefined' |
Description
Nicole C. Engard
2011-08-09 20:57:25 UTC
Created attachment 4915 [details]
note 'undefined'
I lied, it's actually both item specific and next available that have this issue. This is also with allow on shelf holds turned off. So you're allowing hold overrides but not on shelf holds - but can't seem to override on shelf hold rules anymore. I have run into this problem during presentations - confirming Nicole's bug report. This is not a template bug (at least it's not related to the T:T upgrade). The same bug can be triggered in the html_template_pro branch. I'm reassigning to pianohacker in the hopes that he has some memory of the underlying code's creation. Trying to place an item level hold on an item that is not available for a hold (AllowHoldPolicyOverride is activated). When activating the checkbox, Koha asks: Place hold on this item? After confirmation nothing happens, but the checkbox is checked. When clicking on the 'Place hold' button, Koha asks: None of these items can normally be put on hold for this patron. Place hold? After confirming this second warning, the hold is placed. Lowering severity as placing holds does work - perhaps we could get rid of one of the alerts? This works ok on current master. |