[Koha-bugs] [Bug 34675] New: Build and use the holds queue when checking in an item and searching for holds

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 31 17:18:45 CEST 2023


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

            Bug ID: 34675
           Summary: Build and use the holds queue when checking in an item
                    and searching for holds
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Hold requests
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: nick at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com

Currently we have two distinct but very similar codepaths

When building the queue we use the code in C4/HoldsQueue.pm to map all
available items on a bib to the holds requests, choosing the most prioritized
hold per item

When checking in an item we use the CheckReserves code in C4/Reserves.pm to map
a single item to the most prioritized hold request

It seems these processes should be combined and standardized.

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