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”)}