[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
Sun Feb 18 06:29:56 CET 2024


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

Victor Grousset/tuxayo <victor at tuxayo.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA
                 CC|                            |victor at tuxayo.net

--- Comment #14 from Victor Grousset/tuxayo <victor at tuxayo.net> ---
In CanItemBeReserved, every current return uses the cache that is setup for
this sub.

In this patch, the moved returns are just like `return { status => 'notforloan'
}`
Pretty sure they should be like `return _cache { status => 'notforloan' }`

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


More information about the Koha-bugs mailing list