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