From 6594407b737af560b020dd53e092a0fd3911542c Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 9 Apr 2008 08:58:37 -0500 Subject: [PATCH] Formatting patron expiration date output (or was there a reason why this was commented out previously?) Signed-off-by: Joshua Ferraro --- circ/circulation.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/circ/circulation.pl b/circ/circulation.pl index 9f82d1a052..9540a6e160 100755 --- a/circ/circulation.pl +++ b/circ/circulation.pl @@ -657,8 +657,7 @@ $template->param( firstname => $borrower->{'firstname'}, surname => $borrower->{'surname'}, dateexpiry => format_date($newexpiry), - expiry => - $borrower->{'dateexpiry'}, #format_date($borrower->{'dateexpiry'}), + expiry => format_date($borrower->{'dateexpiry'}), categorycode => $borrower->{'categorycode'}, address => $borrower->{'address'}, address2 => $borrower->{'address2'}, -- 2.20.1