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