mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 15:04:31 -04:00
Merge fix for displaying currency symbol
This commit is contained in:
parent
3d8a9aa34c
commit
b3b18e1510
@ -57,7 +57,7 @@
|
||||
}
|
||||
|
||||
if (account && ! decorator) {
|
||||
decorator = account.show_currency_code ? 'code' : 'symbol';
|
||||
decorator = parseInt(account.show_currency_code) ? 'code' : 'symbol';
|
||||
}
|
||||
|
||||
return formatMoney(value, currencyId, countryId, decorator)
|
||||
|
Loading…
x
Reference in New Issue
Block a user