Thank you for all your help!
Unfortunately, none of this suggestions works.
You can easily check it:
a) Change this line in your main.lang to[code]SeparatorThousand='[/code]
b) Call[code]http://IP-of-your-Server/dolibarr/admin/system/dolibarr.php?mainmenu=home&leftmenu=admintools_info[/code]
You can see the results immediatly like this:
[code]=> price2num(1233.56+1) 1
=> price2num('1//'234.56') 1/234.56
=> price2num('1 234.56') 1/234.56
=> price(1234.56) 1/234.56[/code]
The expected result is:
1'234.56
and
1'234'567.89
↧