mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 10:17:30 -04:00
Minor fixes for migration
This commit is contained in:
parent
db0c5fc578
commit
eaa261dad8
@ -58,7 +58,7 @@ trait GenerateMigrationResources
|
|||||||
'postal_code' => $this->account->postal_code ?: '',
|
'postal_code' => $this->account->postal_code ?: '',
|
||||||
'country_id' => $this->account->country_id ? (string) $this->account->country_id : '840',
|
'country_id' => $this->account->country_id ? (string) $this->account->country_id : '840',
|
||||||
'invoice_terms' => $this->account->invoice_terms ?: '',
|
'invoice_terms' => $this->account->invoice_terms ?: '',
|
||||||
'enabled_item_tax_rates' => $this->account->invoice_item_taxes ? (bool) $this->account->invoice_item_taxes : false,
|
'enabled_item_tax_rates' => $this->account->invoice_item_taxes ? 2 : 0,
|
||||||
'invoice_design_id' => $this->account->invoice_design_id ?: (string) $this->account->invoice_design_id ?: '1',
|
'invoice_design_id' => $this->account->invoice_design_id ?: (string) $this->account->invoice_design_id ?: '1',
|
||||||
'phone' => $this->account->work_phone ?: '',
|
'phone' => $this->account->work_phone ?: '',
|
||||||
'email' => $this->account->work_email ?: '',
|
'email' => $this->account->work_email ?: '',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user