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