X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=acqui%2Finvoice.pl;h=1b6d97c72fe8b6692a977f8581d08d95a5b9e8df;hb=030c22b9c26309682f8c01105f77a3f1a7a3a148;hp=7c51ebcd39a4a167d6e3e89e8089c696d2a5ecf0;hpb=4f44847c11add59ab7d0c55aeffac1fa2835cc1f;p=koha.git diff --git a/acqui/invoice.pl b/acqui/invoice.pl index 7c51ebcd39..1b6d97c72f 100755 --- a/acqui/invoice.pl +++ b/acqui/invoice.pl @@ -185,7 +185,7 @@ $template->param( invoiceid => $details->{'invoiceid'}, invoicenumber => $details->{'invoicenumber'}, suppliername => $details->{'suppliername'}, - supplierid => $details->{'booksellerid'}, + booksellerid => $details->{'booksellerid'}, datereceived => $details->{'datereceived'}, shipmentdate => $details->{'shipmentdate'}, billingdate => $details->{'billingdate'}, @@ -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, );