[Koha-patches] [PATCH] Need to pass dateformat pref to the template so tablesorter js knows how to handle sorting date column.

Owen Leonard oleonard at myacpl.org
Thu Jul 31 15:52:53 CEST 2008


---
 serials/claims.pl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/serials/claims.pl b/serials/claims.pl
index 1f34a18..b0a1e12 100755
--- a/serials/claims.pl
+++ b/serials/claims.pl
@@ -88,5 +88,6 @@ $template->param(
         claimletter => $claimletter,
         singlesupplier => $singlesupplier,
         supplierloop => \@supplierinfo,
+        dateformat    => C4::Context->preference("dateformat"),
         );
 output_html_with_http_headers $input, $cookie, $template->output;
-- 
1.5.5.GIT




More information about the Koha-patches mailing list