From d807d3c76510d8e6697839d9fb69dab9308e8252 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 19 Jun 2012 13:08:28 -0400 Subject: [PATCH] Bug 8272 - OPAC : date expiration format Adding TT date filter to output of expiration date on OPAC user page. Signed-off-by: Chris Cormack --- koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt index 0b8930f..8ae9a77 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt @@ -83,7 +83,7 @@ $.tablesorter.addParser({ [% IF ( BORROWER_INF.warndeparture ) %]
- Please note: Your card will expire on [% BORROWER_INF.warndeparture %]. Please contact the library for more information. + Please note: Your card will expire on [% BORROWER_INF.warndeparture | $KohaDates %]. Please contact the library for more information. [% IF ( BORROWER_INF.returnbeforeexpiry ) %] Also note that you must return all checked out items before your card expires.[% END %]
[% END %] -- 1.7.9.5