How to print space between currency symbol and price
Hi,
I have added the below formula in the rtf template to display the price along with the price currency code.
Formula:
<?format-currency:UNIT_PRICE; ' 'INVOICE_CURRENCY_CODE ;'true'?>
Output
$50
UNIT_PRICE & INVOICE_CURRENCY_CODE derives from the data model.
I need to print a SPACE between currency and price. Output should be $ 50
How can I add the space?
Tagged:
0