@@ -, +, @@ --- C4/Acquisition.pm | 2 +- t/Prices.t | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) --- a/C4/Acquisition.pm +++ a/C4/Acquisition.pm @@ -2855,7 +2855,7 @@ sub populate_order_with_prices { } # tax value = quantity * ecost tax excluded * tax rate - $order->{tax_value_on_ordering} = + $order->{tax_value_on_ordering} = $order->{quantity} * $order->{ecost_tax_excluded} * $order->{tax_rate_on_ordering}; } --- a/t/Prices.t +++ a/t/Prices.t @@ -96,7 +96,6 @@ for my $currency_format ( qw( US FR ) ) { } ); - # $order_0_0 = C4::Acquisition::populate_order_with_prices( { order => $order_0_0, --