From 647df0dccc0a2cac99169a7d5b8789eabf79ec08 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 15 Feb 2024 07:45:30 +0000 Subject: [PATCH 4/4] Bug 23415: Tidy template parameters block Signed-off-by: Martin Renvoize --- circ/renew.pl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/circ/renew.pl b/circ/renew.pl index da76bca304..28701e7836 100755 --- a/circ/renew.pl +++ b/circ/renew.pl @@ -137,13 +137,13 @@ if ($op eq 'cud-renew' && $barcode) { } $template->param( - item => $item, - issue => $checkout, - borrower => $patron, - error => $error, - soonestrenewdate => $soonest_renew_date, + item => $item, + issue => $checkout, + borrower => $patron, + error => $error, + soonestrenewdate => $soonest_renew_date, latestautorenewdate => $latest_auto_renew_date, - balance => $balance, + balance => $balance, ); } -- 2.34.1