http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8859 Priority: P5 - low Change sponsored?: --- Bug ID: 8859 CC: gmcharlt@gmail.com Assignee: koha-bugs@lists.koha-community.org Summary: Item level holds not trapped if circ rules for item type are set to 'no holds allowed' Severity: normal Classification: Unclassified OS: All Reporter: kyle@bywatersolutions.com Hardware: All Status: NEW Version: master Component: Hold requests Product: Koha 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. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.