Added custom invoice text fields to transformer
This commit is contained in:
parent
da83776aa9
commit
3520c0fa79
1 changed files with 2 additions and 0 deletions
|
|
@ -89,6 +89,8 @@ class InvoiceTransformer extends EntityTransformer
|
|||
'custom_taxes2' => (bool) $invoice->custom_taxes2,
|
||||
'has_expenses' => (bool) $invoice->has_expenses,
|
||||
'quote_invoice_id' => (int) $invoice->quote_invoice_id,
|
||||
'custom_text_value1' => $invoice->custom_text_value1,
|
||||
'custom_text_value2' => $invoice->custom_text_value2,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue