X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=acqui%2Fsupplier.pl;h=86aad0aa1b502c22298245ce6df1acdb61b9d0fd;hb=9f3e1c4947d9f0249225b8017df0c03579826123;hp=d113de2044a1f50cbe037c68b193bd3f1939c4c8;hpb=ea1aa7a0d906d583375618e37be60e9f0d62d939;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(