Template variables for invoice comments
ezyVet has dedicated template variables that you can use to show comments in printed invoices.
Template variable | Function |
---|---|
{InvoiceComment} | Shows the content of the Comments box of the invoice. |
{InvoiceComments} | Shows all comments of the Comments section of the invoice.
Note: This variable shows all public comments and all private comments.
|
{InvoiceCommentsInternal} | Shows only private comments of the Comments section of the invoice. |
{InvoiceCommentsPublic} | Shows only public comments of the Comments section of the invoice. |
Template variable | Function |
---|---|
{{ invoice.Comments }} | Shows all comments of the Comments section of the invoice. |