소스 검색

edit error dealer claim calculation

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

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

@@ -2870,7 +2870,7 @@ class DealerController extends Controller
'name' => $d['name'],
'address' => $d['address'],
'package' => $d['package'],
'retail_price' => 'RM '.$finalprice,
'retail_price' => $d['retail_price'],
'incentives1' => '250%',
'incentives2' => $d['incentives2'],
'total' => 'RM '.$total,
@@ -2896,11 +2896,11 @@ class DealerController extends Controller
}

if(date('d/m/Y', strtotime($d['activation'])) >= '11/8/2020'){
$countAugustR[] = $d;
$countAugustB[] = $d;
}
}else {
if(date('d/m/Y', strtotime($d['activation'])) >= '11/8/2020'){
$countAugustR[] = $d;
$countAugustB[] = $d;
}else {
$combineData[] = $d;
}

Loading…
취소
저장