mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Updates for resolving tax sub region for AU
This commit is contained in:
parent
80b801fb90
commit
8af6a571d4
@ -154,7 +154,7 @@ class BaseRule implements RuleInterface
|
||||
match($this->client_region){
|
||||
'US' => $this->client_subregion = $this->tax_data->geoState,
|
||||
'EU' => $this->client_subregion = $this->client->country->iso_3166_2,
|
||||
default => $this->client->country->iso_3166_2,
|
||||
default => $this->client_subregion = $this->client->country->iso_3166_2,
|
||||
};
|
||||
|
||||
return $this;
|
||||
|
Loading…
x
Reference in New Issue
Block a user