From 708549d859e74cdd83f8ea7b90d52cebf673f1a6 Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Fri, 11 Aug 2023 13:43:31 +0000 Subject: [PATCH] Bug 25393: Use new noautorenewalbefore circulation rule in _CanBookBeAutoRenewed Signed-off-by: Andrew Fuerste-Henry --- C4/Circulation.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Circulation.pm b/C4/Circulation.pm index 5a6e0366850..95630a6f8a1 100644 --- a/C4/Circulation.pm +++ b/C4/Circulation.pm @@ -4511,7 +4511,7 @@ sub _CanBookBeAutoRenewed { 'no_auto_renewal_after', 'no_auto_renewal_after_hard_limit', 'lengthunit', - 'norenewalbefore', + 'noautorenewalbefore', ] } ); -- 2.30.2