ソースを参照

bug fix for ndiscode

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

+ 1
- 1
ts.php ファイルの表示

@@ -1487,7 +1487,7 @@ ZOT;
$tos_total = $val * $price->get_tos_price($key);
$response['overall_total'] += $tos_total;
$response['summary'][] = array(
'ndis' => $key,
'ndis' => $price->get_tos_ndis_code($key),
'tos' => $price->get_tos_full_str($key),
'unitprice'=> $unitprice,
'Hours'=> sprintf("%0.2f", $val),

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