Menu

#3 efforts with komma are rounded

open
nobody
None
5
2008-05-29
2008-05-29
No

in version 1.1.h all efforts were rounded, so instead of 12.50 € it took 13 €

this is a database problem and here is the fix:

ALTER TABLE `h_effort` CHANGE `rate` `rate` FLOAT( 10, 2 ) UNSIGNED NOT NULL DEFAULT '1'

Discussion


Log in to post a comment.