NetSuite really need to check Suite Answers this is BAD...
How to Restore the Dollar Symbol after applying Round to field on Advanced PDF
Published 04/03/2018 06:12 AM | Updated 04/03/2018 06:12 AM | Answer Id: 71460
When using Advanced PDF and after applying Round to a field value it will lose the
$ character attached to it:
<td align="right" colspan="6"><span style="font-size:10px;">${line.amountremaining?round}</span></td>
To get around this add the $ symbol in via the html itself:
<td align="right" colspan="6"><span style="font-size:10px;">${line.amountremaining?round}</span></td>