[Koha-bugs] [Bug 20985] CanBookBeReserved and CanItemBeReserved should check 'On shelf holds allowed' policy

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 6 16:04:05 CEST 2020


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

Fridolin SOMERS <fridolin.somers at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fridolin.somers at biblibre.co
                   |                            |m

--- Comment #12 from Fridolin SOMERS <fridolin.somers at biblibre.com> ---
Hi,
why this addition :
+    $item = Koha::Items->find( $itemnumber );

$item object is already fetched at beginning of method.

If it is to refresh the ORM object, I think you must use ->get_from_storage()

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


More information about the Koha-bugs mailing list