Skip to content

Commit

Permalink
Merge branch 'stable' into fix/stable/canonical
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik2809 authored Jul 7, 2021
2 parents 6821add + 456b7f8 commit 25ca69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config/IONumberFormatConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ protected function load()
{
$this->numberDecimals = $this->getTextValue('format.number_decimals', '2');
$this->separatorDecimal = $this->getTextValue('format.separator_decimal', ',');
$this->separatorThousands = $this->getTextValue('format.separator_thousands', '.');
$this->separatorThousands = $this->getTextValue('format.separator_thousands', '');
$this->useLocaleCurrencyFormat = $this->getTextValue('format.use_locale_currency_format', '1');
}

Expand Down

0 comments on commit 25ca69f

Please sign in to comment.