Merge pull request #5302 from turbo124/master
Add has_tasks and has_expenses to migration transformer
This commit is contained in:
commit
fb294a7f7e
1 changed files with 2 additions and 0 deletions
|
|
@ -501,6 +501,8 @@ info("get company");
|
|||
'footer' => $invoice->invoice_footer ?: '',
|
||||
'public_notes' => $invoice->public_notes ?: '',
|
||||
'private_notes' => $invoice->private_notes ?: '',
|
||||
'has_tasks' => $invoice->has_tasks,
|
||||
'has_expenses' => $invoice->has_expenses,
|
||||
'terms' => $invoice->terms ?: '',
|
||||
'tax_name1' => $invoice->tax_name1,
|
||||
'tax_name2' => $invoice->tax_name2,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue