mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-12 14:12:44 +01:00
Fix for tax test
This commit is contained in:
parent
3c1084ffe0
commit
bfe3262024
@ -29,6 +29,7 @@ class TaxRatesCest
|
|||||||
$total = $itemCost;
|
$total = $itemCost;
|
||||||
$total += round($itemCost * $itemTaxRate / 100, 2);
|
$total += round($itemCost * $itemTaxRate / 100, 2);
|
||||||
$total += round($itemCost * $invoiceTaxRate / 100, 2);
|
$total += round($itemCost * $invoiceTaxRate / 100, 2);
|
||||||
|
$itemTaxRate = round($itemTaxRate, 2);
|
||||||
|
|
||||||
// create tax rates
|
// create tax rates
|
||||||
$I->amOnPage('/tax_rates/create');
|
$I->amOnPage('/tax_rates/create');
|
||||||
|
Loading…
Reference in New Issue
Block a user