Browse Source

check claim

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

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

} }
// Store to combineData New Incentive August // Store to combineData New Incentive August
foreach ($countAugustR as $key => $d) { foreach ($countAugustR as $key => $d) {
info('R '. $d['wo']);
info('R '. $d['wo']. ''. $d['submission']);
if(count($countAugustR) >= 50){ if(count($countAugustR) >= 50){
if(date('m/Y', strtotime($d['activation'])) == $month.'/'.$year){ if(date('m/Y', strtotime($d['activation'])) == $month.'/'.$year){
if($d['contract'] == '12'){ if($d['contract'] == '12'){
} }
// Store to combineData New Incentive August // Store to combineData New Incentive August
foreach ($countAugustB as $key => $d) { foreach ($countAugustB as $key => $d) {
info('B ' . $d['wo']);
info('B ' . $d['wo']. ''. $d['submission']);
if(count($countAugustB) >= 50){ if(count($countAugustB) >= 50){
if(date('m/Y', strtotime($d['activation'])) == $month.'/'.$year){ if(date('m/Y', strtotime($d['activation'])) == $month.'/'.$year){
if($d['contract'] == '12'){ if($d['contract'] == '12'){

Loading…
Cancel
Save