[Koha-bugs] [Bug 15534] Add the ability to prevent a patron from placing a hold on a record with available items

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 18 15:19:46 CEST 2016


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

--- Comment #21 from Kyle M Hall <kyle at bywatersolutions.com> ---
(In reply to Jonathan Druart from comment #19)
> Kyle,
> Not sure the following makes sense :)
> Should not we check the "Reserved" status?
> Why don't we call CanItemBeReserved in addition of the existing checks?

IsAvailableForItemLevelRequest does not currently call CanItemBeReserved, so I
did not implement it specifically for this feature. A check for
CanItemBeReserved would be better dealt with at the beginning of
IsAvailableForItemLevelRequest and would be outside the scope of this specific
enhancement.

That being said, it does make sense that we should be calling CanItemBeReserved
from IsAvailableForItemLevelRequest and I think we should file a bug report for
that!

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


More information about the Koha-bugs mailing list