ソースを参照

local float number 1.3333333 to 1.33

master
patrick 6年前
コミット
de7aa96599
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      ts.php

+ 2
- 1
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 )
{

読み込み中…
キャンセル
保存