From 067c6d46f4f277a45b08208050453f343dc48f68 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 --- C4/Reserves.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/C4/Reserves.pm b/C4/Reserves.pm index d7a22d62d1..673c26d2c2 100644 --- a/C4/Reserves.pm +++ b/C4/Reserves.pm @@ -1250,6 +1250,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.25.0