[Koha-bugs] [Bug 32702] New: Item statuses that block holds should be checked in CanItemBeReserved

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 23 17:48:45 CET 2023


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

            Bug ID: 32702
           Summary: Item statuses that block holds should be checked in
                    CanItemBeReserved
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          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 true holdability is a combination of
CanItemBeReserved/CanBookBeReserved and IsAvailableForItemLevelRequest

We should either combine these two routines, or ensure they are both called
whenever needed. That is a long term goal, and this bug aims to simply move the
item status checks to 'CanItemBeReserved' as they should reduce processing for
any unavailable statuses to boost performance, and ultimately improve current
functionality.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list