[Koha-patches] [PATCH] Formatting patron expiration date output (or was there a reason why this was commented out previously?)

Owen Leonard oleonard at myacpl.org
Wed Apr 9 15:58:37 CEST 2008


---
 circ/circulation.pl |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/circ/circulation.pl b/circ/circulation.pl
index 9f82d1a..9540a6e 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'},
-- 
1.5.2.1




More information about the Koha-patches mailing list