From 4416c3de38fa82577363878de331eeaf44cafcaa Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 4 Nov 2019 20:25:11 +0000 Subject: [PATCH] Bug 23522: (QA follow-up) Typo fix in comment Tiny typo fix in a new code comment Signed-off-by: Martin Renvoize --- acqui/basket.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acqui/basket.pl b/acqui/basket.pl index 4fa1931561..6fb2b961c4 100755 --- a/acqui/basket.pl +++ b/acqui/basket.pl @@ -459,7 +459,7 @@ sub get_order_infos { $line{basketno} = $basketno; $line{budget_name} = $budget->{budget_name}; - # If we have an actual cost tht should be the total, otherwise use the ecost + # If we have an actual cost that should be the total, otherwise use the ecost my $cost_tax_included = $line{unitprice_tax_included} || $line{ecost_tax_included}; my $cost_tax_excluded = $line{unitprice_tax_excluded} || $line{ecost_tax_excluded}; $line{total_tax_included} = get_rounded_price($cost_tax_included) * $line{quantity}; -- 2.20.1