[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
Fri Jul 2 23:23:01 CEST 2021


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

--- Comment #47 from Fridolin Somers <fridolin.somers at biblibre.com> ---
+    # Check for item on shelves and OnShelfHoldsAllowed
+    return { status => 'onShelfHoldsNotAllowed' }
+    unless IsAvailableForItemLevelRequest($item, $patron,
$pickup_branchcode,1);

Strange : IsAvailableForItemLevelRequest() is not the feature of on shelf holds
allowed, it means hold can be on item level or forced to biblio level o_O

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


More information about the Koha-bugs mailing list