소스 검색

update calculation incentives august

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

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

@@ -2769,7 +2769,7 @@ class DealerController extends Controller
$dataOctober = $this->returnDataR($company,'2020','10');
foreach ($dataAugust as $key => $d) {
if(date('d/m/Y', strtotime($d['activation'])) >= '12/8/2020'){
if(date('d/m/Y', strtotime($d['activation'])) >= '11/8/2020'){
$combineData[] = $d;
}
}

Loading…
취소
저장