mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
hello
This commit is contained in:
parent
e587ebb222
commit
3ce55d22ef
@ -71,7 +71,8 @@ class InvoiceTransformer extends EntityTransformer
|
||||
'invoice_footer' => $invoice->invoice_footer,
|
||||
'partial' => (float) $invoice->partial,
|
||||
'has_tasks' => (bool) $invoice->has_tasks,
|
||||
'auto_bill' => (bool) $invoice->auto_bill
|
||||
'auto_bill' => (bool) $invoice->auto_bill,
|
||||
'account_key' => $this->account->account_key
|
||||
];
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user