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

Victor Grousset/tuxayo <vic...@tuxayo.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA
                 CC|                            |vic...@tuxayo.net

--- Comment #14 from Victor Grousset/tuxayo <vic...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to