@@ -, +, @@ expanded --- C4/Reserves.pm | 5 +++++ 1 file changed, 5 insertions(+) --- a/C4/Reserves.pm +++ a/C4/Reserves.pm @@ -1253,6 +1253,11 @@ a request on the item - in particular, this routine does not check IndependentBranches and canreservefromotherbranches. +Note also that this subroutine does not checks smart +rules limits for item by reservesallowed/holds_per_record +values, this complemented in calling code with calls and +checks with CanItemBeReserved or CanBookBeReserved. + =cut sub IsAvailableForItemLevelRequest { --