Enable swap symbol for currencies
This commit is contained in:
parent
5d94dfe3a6
commit
9c0202713a
2 changed files with 2 additions and 2 deletions
|
|
@ -344,7 +344,7 @@ class Utils
|
|||
$decimal = $currency->decimal_separator;
|
||||
$precision = $currency->precision;
|
||||
$code = $currency->code;
|
||||
$swapSymbol = false;
|
||||
$swapSymbol = $currency->swap_currency_symbol;
|
||||
|
||||
if ($countryId && $currencyId == CURRENCY_EURO) {
|
||||
$country = self::getFromCache($countryId, 'countries');
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@
|
|||
var thousand = currency.thousand_separator;
|
||||
var decimal = currency.decimal_separator;
|
||||
var code = currency.code;
|
||||
var swapSymbol = false;
|
||||
var swapSymbol = currency.swap_currency_symbol;
|
||||
|
||||
if (countryId && currencyId == {{ CURRENCY_EURO }}) {
|
||||
var country = countryMap[countryId];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue