Bug 9108: Followup: send the dateformat value from C4::Auth
[koha_fer] / acqui / booksellers.pl
index 5a1c248..1341dc1 100755 (executable)
@@ -148,7 +148,6 @@ $template->param(
     loop_suppliers => $loop_suppliers,
     supplier       => ( $booksellerid || $supplier ),
     count          => $supplier_count,
-    dateformat     => C4::Context->preference('dateformat'),
 );
 
 output_html_with_http_headers $query, $cookie, $template->output;