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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to