Browse Source

update calculation incentives august

ifah
Siti Hajar Ibrahim 5 years ago
parent
commit
c6badb6d2f
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      app/Http/Controllers/DS/DealerController.php

+ 2
- 0
app/Http/Controllers/DS/DealerController.php View File

@@ -2815,6 +2815,7 @@ class DealerController extends Controller
));
}
}
info(">50" .count($combineData));
}else if(count($combineData) < 50){
if(date('m/Y', strtotime($d['activation'])) == $month.'/'.$year){
if($d['contract'] == '12'){
@@ -2852,6 +2853,7 @@ class DealerController extends Controller
));
}
}
info("<50" .count($combineData));
}
}

Loading…
Cancel
Save