mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 17:54:38 -04:00
Update tax model for Denmark"
This commit is contained in:
parent
02f7aee838
commit
80b801fb90
@ -381,6 +381,7 @@ class TaxModel
|
||||
|
||||
$this->regions->EU->subregions->DK = new \stdClass();
|
||||
$this->regions->EU->subregions->DK->tax_rate = 25;
|
||||
$this->regions->EU->subregions->DK->tax_name = 'Moms';
|
||||
$this->regions->EU->subregions->DK->reduced_tax_rate = 0;
|
||||
$this->regions->EU->subregions->DK->apply_tax = false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user