mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Add more properties for migration
This commit is contained in:
parent
65795b1271
commit
c488602b74
@ -73,6 +73,8 @@ trait GenerateMigrationResources
|
|||||||
info("get company");
|
info("get company");
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
'first_day_of_week' => $this->account->start_of_week,
|
||||||
|
'first_month_of_year' => $this->account->financial_year_start,
|
||||||
'version' => NINJA_VERSION,
|
'version' => NINJA_VERSION,
|
||||||
'referral_code' => $this->account->referral_code ?: '',
|
'referral_code' => $this->account->referral_code ?: '',
|
||||||
'account_id' => $this->account->id,
|
'account_id' => $this->account->id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user