int invoice model
This commit is contained in:
parent
824ff8da9e
commit
9d4b104374
2 changed files with 43 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ with
|
|||
{{ adapter.quote("AmountDue") }} as total_due_local_curr,
|
||||
{{ adapter.quote("AmountPaid") }} as total_paid_local_curr,
|
||||
{{ adapter.quote("Status") }} as invoice_status,
|
||||
{{ adapter.quote("Contact") }} as contact,
|
||||
{{ adapter.quote("Contact") }} as full_contact_details,
|
||||
{{ adapter.quote("Payments") }} as payments,
|
||||
{{ adapter.quote("HasErrors") }} as has_errors,
|
||||
{{ adapter.quote("LineItems") }} as line_items,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue