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@lists.koha-community.org Reporter: nick@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@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.