Bug 9108: Followup: send the dateformat value from C4::Auth
[koha.git] / reports / stats.screen.pl
index 47c4b4d..16b8f8a 100755 (executable)
@@ -261,7 +261,6 @@ else {
         totalwritten => $totalwritten,
         totalrefund  => $totalrefunds,
         totalcash    => $totalcash,
-        DHTMLcalendar_dateformat => C4::Dates->DHTMLcalendar(),
     );
     output_html_with_http_headers $input, $cookie, $template->output;
 }