From d19e76000f02533302d8093e051cf3a0034d1e27 Mon Sep 17 00:00:00 2001 From: Andrew Nugged Date: Mon, 20 Jul 2020 00:16:51 +0300 Subject: [PATCH] Bug 24683: IsAvailableForItemLevelRequest sub description expanded Signed-off-by: Agustin Moyano Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart --- C4/Reserves.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/C4/Reserves.pm b/C4/Reserves.pm index ef0846ab0d..076b6f7baa 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 { -- 2.20.1