remove has_tasks
This commit is contained in:
parent
fb294a7f7e
commit
d659d6dd90
1 changed files with 2 additions and 2 deletions
|
|
@ -501,8 +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,
|
||||
// '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