@@ -, +, @@ --- acqui/neworderempty.pl | 2 -- .../intranet-tmpl/prog/en/modules/acqui/neworderempty.tt | 9 --------- 2 files changed, 11 deletions(-) --- a/acqui/neworderempty.pl +++ a/acqui/neworderempty.pl @@ -374,7 +374,6 @@ if ( defined $from_subscriptionid ) { $data->{replacementprice} = $lastOrderReceived->{replacementprice}; $data->{ecost} = $lastOrderReceived->{ecost}; $data->{quantity} = $lastOrderReceived->{quantity}; - $data->{unitprice} = $lastOrderReceived->{unitprice}; $data->{order_internalnote} = $lastOrderReceived->{order_internalnote}; $data->{order_vendornote} = $lastOrderReceived->{order_vendornote}; $data->{sort1} = $lastOrderReceived->{sort1}; @@ -461,7 +460,6 @@ $template->param( listprice => sprintf( "%.2f", $data->{listprice} || $data->{price} || $listprice), total => sprintf( "%.2f", ($data->{ecost} || 0) * ($data->{'quantity'} || 0) ), ecost => sprintf( "%.2f", $data->{ecost} || 0), - unitprice => sprintf( "%.2f", $data->{unitprice} || 0), publishercode => $data->{'publishercode'}, barcode_subfield => $barcode_subfield, import_batch_id => $import_batch_id, --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt @@ -453,15 +453,6 @@ (budgeted cost * quantity) -
  • - [% IF ( close ) %] - - [% IF (invoiceincgst == 1) %](tax inc.)[% ELSE %](tax exc.)[% END %] - [% ELSE %] - - [% IF (invoiceincgst == 1) %](tax inc.)[% ELSE %](tax exc.)[% END %] - [% END %] -
  • --