Update tax model for Denmark"

This commit is contained in:
David Bomba 2023-04-20 13:12:45 +10:00
parent 02f7aee838
commit 80b801fb90

View File

@ -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;