Bug 23522: (QA follow-up) Typo fix in comment
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 4 Nov 2019 20:25:11 +0000 (20:25 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 5 Nov 2019 08:12:30 +0000 (08:12 +0000)
Tiny typo fix in a new code comment

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

acqui/basket.pl

index 4fa1931..6fb2b96 100755 (executable)
@@ -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};