1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Set first month of year

This commit is contained in:
David Bomba 2023-11-22 08:52:10 +11:00
parent 09b502303d
commit 9003d9cf6b

View File

@ -136,7 +136,7 @@ class CompanyTransformer extends EntityTransformer
'custom_fields' => (object) $company->custom_fields ?? $std,
'size_id' => (string) $company->size_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 ?: '',
'subdomain' => (string) $company->subdomain ?: '',
'portal_mode' => (string) $company->portal_mode ?: '',