implement invoice.footer
This commit is contained in:
parent
14ea3fe256
commit
2759fb4b72
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ class InvoiceTransformer extends EntityTransformer
|
|||
'tax_name3' => $invoice->tax_name3 ? $invoice->tax_name3 : '',
|
||||
'tax_rate3' => (float) $invoice->tax_rate3,
|
||||
'is_amount_discount' => (bool) ($invoice->is_amount_discount ?: false),
|
||||
'invoice_footer' => $invoice->invoice_footer ?: '',
|
||||
'footer' => $invoice->footer ?: '',
|
||||
'partial' => (float) ($invoice->partial ?: 0.0),
|
||||
'partial_due_date' => $invoice->partial_due_date ?: '',
|
||||
'custom_value1' => (string) $invoice->custom_value1 ?: '',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue