MantisBT: master-1.2.x 3ddbbe19

Author Committer Branch Timestamp Parent
dregad dregad master-1.2.x 2011-09-19 05:02 master-1.2.x c6ad34e5
Affected Issues  0011662: Decimal cost causes error in time tracking/billing
Changeset

Fix 0011662: Allow decimal costs in time tracking/billing

Previously the cost was retrieved from the form using gpc_get_int(), and
error 203 was triggered when decimal values were entered. We now get the
field as a string and convert it using floatval().

mod - billing_inc.php Diff File