Hello,
I am looking for remove the separator from the thousands numbers (its a coma) formated in currency (its a coma). i want it to be default setting because i know i can change it in the user preference but it has to be done manually and i want it in default settings. so i’ve try to change it in local settings but it don’t work here a pictures of the number :
Also try setting: $sugar_config['default_number_grouping_seperator'] = ','; $sugar_config['default_decimal_seperator'] = '.'; //or whichever values you’d like
in config_override.php.
Yes, separator is misspelled as seperator in the config files! Don’t autocorrect it!
i have try what is in the forum but the problem is not solved, i think i need to find the folder user_preference to change the default preference of he number separator in “separateur des milliers” thousand separator in english
To remove the comma (thousands separator), go to Studio, tick the Disable Format check box, and click Save and Deploy. This will remove the thousand separator.
Normally, the currency is always has a “seperator” (separator) between thousands, (different for India). EXCEPT, on the PDF generated pages, the separator is turned off by default. Does this help?
If you read the code, you can see the logic is messing up what you’re trying to do.
Only if the user’s Profile has a blank (space, or no character) “number grouping separator”, then Suite will use the default setting for “number grouping separator” from config.php or config_override.php.