MantisBT: master b5a3b8c8

Author Committer Branch Timestamp Parent
dregad dregad master 2011-09-19 06:27 master a6662375
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