From 05aeca0bc1df0552a2e750cce69862f7f6118a8c Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Tue, 18 Jul 2023 11:18:35 +0000 Subject: [PATCH] Bug 33444: (QA follow-up) Add forgotten skipfinecalc in POD No test plan needed. Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi --- C4/Circulation.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/C4/Circulation.pm b/C4/Circulation.pm index 077aca6040..5c895ed660 100644 --- a/C4/Circulation.pm +++ b/C4/Circulation.pm @@ -3103,6 +3103,7 @@ sub CanBookBeRenewed { branch => $branch, [datedue => $datedue], [lastreneweddate => $lastreneweddate], + [skipfinecalc => $skipfinecalc], [seen => $seen], [automatic => $automatic], [skip_record_index => $skip_record_index] -- 2.20.1