소스 검색

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…
취소
저장