From d187195a757905e5d5a59df1990fdb7cc0e1c08e Mon Sep 17 00:00:00 2001 From: rangi Date: Fri, 31 Oct 2003 21:02:16 +0000 Subject: [PATCH] Fix for bug 592 Re-issuing book does not renew correctly --- circ/circulation.pl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/circ/circulation.pl b/circ/circulation.pl index e1db535aeb..8ec73d8152 100755 --- a/circ/circulation.pl +++ b/circ/circulation.pl @@ -313,7 +313,11 @@ $template->param( amountold => $amountold, todayissues => \@realtodayissues, previssues => \@realprevissues, - responseloop => \@responsearray + responseloop => \@responsearray, + month=>$month, + day=>$day, + year=>$year + ); if ($branchcookie) { -- 2.39.5