https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32702 Victor Grousset/tuxayo <victor@tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |victor@tuxayo.net --- Comment #14 from Victor Grousset/tuxayo <victor@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.