mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Remove GB from eu countries
This commit is contained in:
parent
00c7fd7d37
commit
1c8cccdaf3
@ -229,10 +229,10 @@ class TaxModel
|
|||||||
$this->regions->EU->subregions->FR->reduced_vat_rate = 5.5;
|
$this->regions->EU->subregions->FR->reduced_vat_rate = 5.5;
|
||||||
$this->regions->EU->subregions->FR->apply_tax = false;
|
$this->regions->EU->subregions->FR->apply_tax = false;
|
||||||
|
|
||||||
$this->regions->EU->subregions->GB = new \stdClass();
|
// $this->regions->EU->subregions->GB = new \stdClass();
|
||||||
$this->regions->EU->subregions->GB->vat_rate = 20;
|
// $this->regions->EU->subregions->GB->vat_rate = 20;
|
||||||
$this->regions->EU->subregions->GB->reduced_vat_rate = 0;
|
// $this->regions->EU->subregions->GB->reduced_vat_rate = 0;
|
||||||
$this->regions->EU->subregions->GB->apply_tax = false;
|
// $this->regions->EU->subregions->GB->apply_tax = false;
|
||||||
|
|
||||||
$this->regions->EU->subregions->GR = new \stdClass();
|
$this->regions->EU->subregions->GR = new \stdClass();
|
||||||
$this->regions->EU->subregions->GR->vat_rate = 24;
|
$this->regions->EU->subregions->GR->vat_rate = 24;
|
||||||
|
Loading…
Reference in New Issue
Block a user