Bug 24683: IsAvailableForItemLevelRequest sub description expanded
[koha.git] / C4 / Reserves.pm
index ef0846a..076b6f7 100644 (file)
@@ -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 {