Need to pass dateformat pref to the template so tablesorter js knows how to handle...
authorOwen Leonard <oleonard@myacpl.org>
Thu, 31 Jul 2008 13:52:53 +0000 (08:52 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 1 Aug 2008 04:01:50 +0000 (23:01 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
serials/claims.pl

index 1f34a18..b0a1e12 100755 (executable)
@@ -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;