I use SQL Server. I have a data column of type "money". If the user enters a positive value, for example 10.44, everything works fine. The problem appears if the user enters negative value, for example -33.33. The next time the form is opened for update the value appears as (33.33). The user can not continue because an error appears with error - "Invalid currency". Each time the user opens the data record for editing he has to change the value (33.33) to -33.33.
Could you fix this problem or tell me where to fix it the templates folder?
Thanks.