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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 18 21:46:55 CEST 2023


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

--- Comment #6 from Nick Clemens <nick at bywatersolutions.com> ---
(In reply to Katrin Fischer from comment #3)
> I haven't had time to look at the methods at a whole, but do we really want
> to remove the checks from IsAvailableForItemLevelRequest?

Holdability is determined by calling both routines, and we call
'CanItemBeReserved' first - moving these checks to the start of the routine
saves time calculating values that will be ignored later

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


More information about the Koha-bugs mailing list