[Koha-bugs] [Bug 8859] New: Item level holds not trapped if circ rules for item type are set to 'no holds allowed'

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 2 14:02:49 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8859

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 8859
                CC: gmcharlt at gmail.com
          Assignee: koha-bugs at 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 at 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.


More information about the Koha-bugs mailing list