mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Taxes - sum
This commit is contained in:
parent
b5a4fc9865
commit
bba25f1033
@ -87,6 +87,7 @@ class SumTaxTest extends TestCase
|
|||||||
$c->save();
|
$c->save();
|
||||||
|
|
||||||
$this->assertEquals("92582", $c->tax_data->geoPostalCode);
|
$this->assertEquals("92582", $c->tax_data->geoPostalCode);
|
||||||
|
$this->assertEquals(0.0875, $c->tax_data->taxSales);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testSumOfInvoice()
|
public function testSumOfInvoice()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user