소스 검색

edit claim

ifah
Siti Hajar Ibrahim 5 년 전
부모
커밋
e1a296e95f
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      app/Http/Controllers/DS/DealerController.php

+ 2
- 1
app/Http/Controllers/DS/DealerController.php 파일 보기

@@ -1055,6 +1055,7 @@ class DealerController extends Controller
}
$name = $customer->company_name;
}
info($d['retail_price']);

$final[] = array(
'index' => $d['formT'],
@@ -2929,7 +2930,7 @@ class DealerController extends Controller
'name' => $name,
'address' => $address,
'package' => $c->package,
'retail_price' => 'RM '.$c->retail_price,
'retail_price' => $c->retail_price,
'incentives1' => $c->incentives1,
'incentives2' => $c->incentives2,
'total' => $c->total_claim,

Loading…
취소
저장