[Koha-bugs] [Bug 30860] New: Add option for CanBookBeReserved to return all item values

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 27 14:19:52 CEST 2022


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

            Bug ID: 30860
           Summary: Add option for CanBookBeReserved to return all item
                    values
 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

When placing a request we call CanBookBeReserved and loop items, calling
CanItemBeReserved until we ifnd one that can fill a hold.

We then loop CanItemBeReserved to check which items can be held.

In some cases it would be nice to get the return values for all items passed
back and avoid needing to call again

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