Adding checks for dateformat preference so that tablesorter script can be passed...
[koha.git] / circ / transferstoreceive.pl
index 0917292..f148dd5 100755 (executable)
@@ -125,6 +125,7 @@ foreach my $br ( keys %$branches ) {
 $template->param(
     branchesloop => \@branchesloop,
     show_date    => format_date(C4::Dates->today('iso')),
+       dateformat    => C4::Context->preference("dateformat"),
 );
 
 output_html_with_http_headers $input, $cookie, $template->output;