Fix for currency symbol
This commit is contained in:
parent
d92f7fadc0
commit
37ce8dbd76
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue