kohabug 2180 - improve display when fines block checkouts
[koha_fer] / circ / transferstoreceive.pl
index 878425b..f148dd5 100755 (executable)
@@ -124,7 +124,8 @@ foreach my $br ( keys %$branches ) {
 
 $template->param(
     branchesloop => \@branchesloop,
-    show_date    => format_date(join("-", &Today)),
+    show_date    => format_date(C4::Dates->today('iso')),
+       dateformat    => C4::Context->preference("dateformat"),
 );
 
 output_html_with_http_headers $input, $cookie, $template->output;