Skip to content
Snippets Groups Projects

#126 : swapped default seperator for grouping to avoid same seperator for decimal and grouiping

Merged #126 : swapped default seperator for grouping to avoid same seperator for decimal and grouiping
Merged Tim Mohrbach requested to merge preexo/vtigercrm:fix_#126 into master
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -342,8 +342,8 @@ $combo_strings = Array(
" " => " ",
"$" => "$"
),
'currency_grouping_separator_dom' => Array("." => ".",
"," => ",",
'currency_grouping_separator_dom' => Array("," => ",",
"." => ".",
"'" => "'",
" " => " ",
"$" => "$"
Loading