From 88889f38f599f54735c645836cefa68e7cc66f4c Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 31 Jul 2008 08:52:53 -0500 Subject: [PATCH] Need to pass dateformat pref to the template so tablesorter js knows how to handle sorting date column. Signed-off-by: Joshua Ferraro --- serials/claims.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/serials/claims.pl b/serials/claims.pl index 1f34a18919..b0a1e123c6 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; -- 2.39.2