Remove Dollar Symbol When Printing Checks Using Advanced PDF/HTML Templates

Solution

This can be done by using the Replace function in the Source Code editor of Advanced PDF/HTML Templates.

Find ${check}
Replace with ${check.total?string?replace("$","") 

This will remove dollar symbol in total

Leave a comment

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