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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.