https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20985
--- Comment #49 from Fridolin Somers <[email protected]> --- (In reply to Fridolin Somers from comment #47) > + # 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 Ah this method is calling : Koha::CirculationRules->get_onshelfholds_policy() -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] 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/
