mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 18:54:30 -04:00
Minor fixes
This commit is contained in:
parent
174a02b52a
commit
3dc5fb2dde
@ -35,6 +35,10 @@ class TaxModel
|
|||||||
$this->regions = $this->init();
|
$this->regions = $this->init();
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
|
if(!$model->seller_subregion) {
|
||||||
|
$this->seller_subregion = '';
|
||||||
|
}
|
||||||
|
|
||||||
//@phpstan-ignore-next-line
|
//@phpstan-ignore-next-line
|
||||||
foreach($model as $key => $value) {
|
foreach($model as $key => $value) {
|
||||||
$this->{$key} = $value;
|
$this->{$key} = $value;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user