X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=acqui%2Fsupplier.pl;h=86aad0aa1b502c22298245ce6df1acdb61b9d0fd;hb=7fba4e3ef81a1b6ea0699107f9bde2f54d299b72;hp=d113de2044a1f50cbe037c68b193bd3f1939c4c8;hpb=1fd99527bd947a6d2d86822fb9fd964fc35cc582;p=koha_fer diff --git a/acqui/supplier.pl b/acqui/supplier.pl index d113de2044..86aad0aa1b 100755 --- a/acqui/supplier.pl +++ b/acqui/supplier.pl @@ -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 @@ -138,7 +137,7 @@ if ( $op eq 'display' ) { # get option values from gist syspref my @gst_values = map { - option => $_ + option => $_ + 0.0 }, split( '\|', C4::Context->preference("gist") ); $template->param(