fixes for company transformer
This commit is contained in:
parent
d123840bfa
commit
1bda0190bb
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue