From 3506fff5ee73b9404c444927a4500a50723002f3 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 Content-Type: text/plain; charset=utf-8 No test plan needed. Signed-off-by: Marcel de Rooy --- 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.30.2