use Intl.NumberFormat to format currency

This commit is contained in:
Haben Amare 2020-05-25 22:05:06 +00:00
parent d26786a628
commit 8732e4b18f
7 changed files with 70 additions and 25 deletions

View file

@ -38,7 +38,7 @@ template(name="createCustomFieldPopup")
label
| {{_ 'custom-field-currency-option'}}
select.js-field-currency
each getCurrencySymbols
each getCurrencyCodes
if selected
option(value=value selected="selected") {{name}}
else