Bug 9108: Followup: send the dateformat value from C4::Auth
[koha.git] / acqui / supplier.pl
index d113de2..df417c0 100755 (executable)
@@ -105,7 +105,6 @@ if ( $op eq 'display' ) {
         basketcount   => $supplier->{'basketcount'},
         subscriptioncount   => $supplier->{'subscriptioncount'},
         contracts     => $contracts,
-        dateformat    => C4::Context->preference("dateformat"),
     );
 } elsif ( $op eq 'delete' ) {
     # no further message needed for the user