mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Set first month of year
This commit is contained in:
parent
09b502303d
commit
9003d9cf6b
@ -136,7 +136,7 @@ class CompanyTransformer extends EntityTransformer
|
|||||||
'custom_fields' => (object) $company->custom_fields ?? $std,
|
'custom_fields' => (object) $company->custom_fields ?? $std,
|
||||||
'size_id' => (string) $company->size_id ?: '',
|
'size_id' => (string) $company->size_id ?: '',
|
||||||
'industry_id' => (string) $company->industry_id ?: '',
|
'industry_id' => (string) $company->industry_id ?: '',
|
||||||
'first_month_of_year' => (string) $company->first_month_of_year ?: '',
|
'first_month_of_year' => (string) $company->first_month_of_year ?: '1',
|
||||||
'first_day_of_week' => (string) $company->first_day_of_week ?: '',
|
'first_day_of_week' => (string) $company->first_day_of_week ?: '',
|
||||||
'subdomain' => (string) $company->subdomain ?: '',
|
'subdomain' => (string) $company->subdomain ?: '',
|
||||||
'portal_mode' => (string) $company->portal_mode ?: '',
|
'portal_mode' => (string) $company->portal_mode ?: '',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user