1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00
This commit is contained in:
David Bomba 2015-11-14 19:28:17 +11:00
parent e587ebb222
commit 3ce55d22ef

View File

@ -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
];
}
}