From f0a74b2ce2541de197e12cdedaf0f60c829bb96b Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Mon, 1 Feb 2016 11:47:17 +0100 Subject: [PATCH] Bug 13323: QA fix (trailing whitespace) --- C4/Acquisition.pm | 2 +- t/Prices.t | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm index 0f8a728..06012cc 100644 --- a/C4/Acquisition.pm +++ b/C4/Acquisition.pm @@ -2854,7 +2854,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}; } diff --git a/t/Prices.t b/t/Prices.t index 74c5842..6479832 100644 --- a/t/Prices.t +++ b/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, -- 1.9.1