Merge pull request #663 from turbo124/master
Added quote_invoice_id to Invoice transformer
This commit is contained in:
commit
5a07dad64f
1 changed files with 1 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ class InvoiceTransformer extends EntityTransformer
|
|||
'custom_taxes1' => (bool) $invoice->custom_taxes1,
|
||||
'custom_taxes2' => (bool) $invoice->custom_taxes2,
|
||||
'has_expenses' => (bool) $invoice->has_expenses,
|
||||
'quote_invoice_id' => (int) $invoice->quote_invoice_id,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue