Formatting patron expiration date output (or was there a reason why this was commente...
authorOwen Leonard <oleonard@myacpl.org>
Wed, 9 Apr 2008 13:58:37 +0000 (08:58 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 10 Apr 2008 07:59:32 +0000 (02:59 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
circ/circulation.pl

index 9f82d1a..9540a6e 100755 (executable)
@@ -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'},