Hi
I've met with weird showing of the decimal values in admin section (prices, measures, rates etc).
1. Numbers are shown with 4 decimal digits. I haven't found way to change it.
2. When I change language to any other than English it becomes worse. The value is returned from the server is in format "99,0000". When I have English language the comma is considered as a decimal separator and proper value 99 is used. But when other language is active comma is just ignored and value 990000 is used and stored. So if I have other than English language I have to check every numeric value every time when I open product edit page and remove 0000.

Is there are way to fix it?