Removing currency symbol against line amount in Advanced PDF template

We need to make some changes to the advanced pdf template where we are adding a new column for the currency and need to remove the currency symbol from the line items amount.

we do this by using ?string(“,##0.00”)

ie the line of code would be ${linetotal?string(“,##0.00”)}

Leave a comment

Your email address will not be published. Required fields are marked *