소스 검색

check claim September

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

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

@@ -2992,6 +2992,7 @@ class DealerController extends Controller

foreach ($dataSeptemberR as $key => $d) {
if(((date('m/Y', strtotime($d['submission'])) == '08/2020') && (date('d/m/Y', strtotime($d['submission'])) >= '11/8/2020')) || (date('m/Y', strtotime($d['submission'])) == $month.'/'.$year)){
info($d['submission']);
$countSeptemberR[] = $d;
}else {
if(date('m/Y', strtotime($d['activation'])) == $month.'/'.$year){

Loading…
취소
저장