diff --git a/ts.php b/ts.php index 8b0f1cd..1d0c179 100644 --- a/ts.php +++ b/ts.php @@ -1233,9 +1233,10 @@ ZOT; for ($i=1; $i<=14; $i++) { $ratetype_item["local_$i"] = $hours[$i-1]; + $ratetype_item["local_$i"] = number_format($ratetype_item["local_$i"], 2); $item['local_total'] += $hours[$i-1]; } - + $item['local_total'] = number_format($item['local_total'], 2); //for remote if ( $buddy != NULL ) {