Changes between Initial Version and Version 1 of Ticket #22654, comment 8
- Timestamp:
- Jan 11, 2017, 1:47:06 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22654, comment 8
initial v1 5 5 These two things are closely related and should follow the same logic. 6 6 7 IMHO the key question is should Dates AND D acimals (and other L10N-related stuff) follow DATE_FORMATS, DECIMAL_SEPARATOR and other L10N related setting when L10N is False. The answer should be Yes or No for all of them.7 IMHO the key question is should Dates AND Decimals (and other L10N-related stuff) follow DATE_FORMATS, DECIMAL_SEPARATOR and other L10N related setting when L10N is False. The answer should be Yes or No for all of them. 8 8 9 9 Yes, I do get a comma in the output. However, on re-saving, errors are shown. If I replace it with a dot, it works, and comma is shown in response.