Updating a Statement Template to Support Multiple Currencies

If you have an advanced statement template that must be updated to support multiple currencies, edit your template as follows.

Wrap the existing template in the following tags:

          <pdfset>
<#list statements as record>
    ...original template...
</#list>
</pdfset> 

        

Change any record.items references to record.lines.

Related Topics

General Notices