[Dolibarr 3.3.1]
In the main.lang, I have set the SeparatorThousand=' (=Aphostrophe (http://www.fileformat.info/info/unicode/char/27/index.htm)).
Dolibarr convert it to the Ampersand (http://www.fileformat.info/info/unicode/char/26/index.htm) character. This looks very ugly on my invoices and creates prices like 1&234.56 instead of 1'234.56
Is there any possibility to enquote this ' sign?
Other special characters, like the similar ` (Grave accent (http://www.fileformat.info/info/unicode/char/60/index.htm)) sign, would work, but are not a real solution.
How can I use the familiar Apostrophe as separator for numbers bigger then 999?
↧