fixes for company transformer

This commit is contained in:
David Bomba 2020-10-29 10:14:09 +11:00
parent d123840bfa
commit 1bda0190bb

View File

@ -155,6 +155,7 @@ class CompanyTransformer extends EntityTransformer
'invoice_task_timelog' => (bool) $company->invoice_task_timelog,
'auto_start_tasks' => (bool) $company->auto_start_tasks,
'invoice_task_documents' => (bool) $company->invoice_task_documents,
'show_tasks_table' => (bool) $company->show_tasks_table,
'use_credits_payment' => 'always', //todo remove
];
}