Bug 8859

Summary: Item level holds not trapped if circ rules for item type are set to 'no holds allowed'
Product: Koha Reporter: Kyle M Hall <kyle>
Component: Hold requestsAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P5 - low CC: gmcharlt, katrin.fischer
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Kyle M Hall 2012-10-02 12:02:49 UTC
If the circulation rules for an item type are set to 'no holds allowed', but a librarian overrides this rule and forces an item level hold, the hold request will never be filled. When the item is checked in, Koha searches for any open hold requests that this item may fulfill, but when it sees that items with this item type don't allow holds, it skips over it. 

This behavior should probably be overridden for item-level holds.

The relevant code is in C4::Reserves::CheckReserves.
Comment 1 Katrin Fischer 2015-06-07 00:28:18 UTC

*** This bug has been marked as a duplicate of bug 11512 ***