Bug 9108: Followup: send the dateformat value from C4::Auth
[koha.git] / acqui / invoice.pl
index 7c51ebc..6e6bb25 100755 (executable)
@@ -195,7 +195,6 @@ $template->param(
     total_quantity   => $total_quantity,
     invoiceincgst    => $bookseller->{invoiceincgst},
     currency         => $bookseller->{listprice},
-    DHTMLcalendar_dateformat => C4::Dates->DHTMLcalendar(),
     budgets_loop             => \@budgets_loop,
 );