瀏覽代碼

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),

Loading…
取消
儲存