Bug 10403: (follow-up) fix test to use vendor created earlier during test
[koha.git] / acqui / newordersubscription.pl
index c44ff3b..7004853 100755 (executable)
@@ -102,6 +102,5 @@ $template->param(
     basketno         => $basket->{basketno},
     basketname       => $basket->{basketname},
     booksellername   => $bookseller->{name},
-    dateformat       => C4::Context->preference("dateformat"),
 );
 output_html_with_http_headers $query, $cookie, $template->output;