mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Fix for currency symbol
This commit is contained in:
parent
d92f7fadc0
commit
37ce8dbd76
@ -70,6 +70,10 @@
|
||||
currencyId = {{ Session::get(SESSION_CURRENCY, DEFAULT_CURRENCY) }};
|
||||
}
|
||||
|
||||
if (!decorator) {
|
||||
decorator = '{{ Session::get(SESSION_CURRENCY_DECORATOR, CURRENCY_DECORATOR_SYMBOL) }}';
|
||||
}
|
||||
|
||||
var currency = currencyMap[currencyId];
|
||||
var precision = currency.precision;
|
||||
var thousand = currency.thousand_separator;
|
||||
|
Loading…
x
Reference in New Issue
Block a user