From: Andrew Nugged Date: Sun, 19 Jul 2020 21:16:51 +0000 (+0300) Subject: Bug 24683: IsAvailableForItemLevelRequest sub description expanded X-Git-Url: http://git.equinoxoli.org/?p=koha.git;a=commitdiff_plain;h=d19e76000f02533302d8093e051cf3a0034d1e27 Bug 24683: IsAvailableForItemLevelRequest sub description expanded Signed-off-by: Agustin Moyano Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart --- diff --git a/C4/Reserves.pm b/C4/Reserves.pm index ef0846a..076b6f7 100644 --- a/C4/Reserves.pm +++ b/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 {