Bug 8859 - Item level holds not trapped if circ rules for item type are set to 'no holds allowed'
Summary: Item level holds not trapped if circ rules for item type are set to 'no holds...
Status: RESOLVED DUPLICATE of bug 11512
Alias: None
Product: Koha
Classification: Unclassified
Component: Hold requests (show other bugs)
Version: master
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-02 12:02 UTC by Kyle M Hall
Modified: 2015-06-07 00:28 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***