[Koha-bugs] [Bug 28510] New: Skip processing holds queue items from closed libraries when HoldsQueueSkipClosed is enabled

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 3 12:44:42 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28510

            Bug ID: 28510
           Summary: Skip processing holds queue items from closed
                    libraries when HoldsQueueSkipClosed is enabled
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Hold requests
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: kyle at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com

Right now we skip closed branch's items as we iterate over all items looking
for ones to fill a hold. If HoldsQueueSkipClosed is enabled, no items held be a
closed library can be targeted, so it would be more efficient if we never
selected the items from those branches to begin with. This is how the holds
queue works if we are not using the transport cost matrix, so we should make it
work the same way if we *are* using the matrix.

-- 
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