| @@ -2790,7 +2790,7 @@ class DealerController extends Controller | |||
| } | |||
| // Store to combineData New Incentive August | |||
| foreach ($countAugustR as $key => $d) { | |||
| info('R '. $d['wo']); | |||
| info('R '. $d['wo']. ''. $d['submission']); | |||
| if(count($countAugustR) >= 50){ | |||
| if(date('m/Y', strtotime($d['activation'])) == $month.'/'.$year){ | |||
| if($d['contract'] == '12'){ | |||
| @@ -2899,7 +2899,7 @@ class DealerController extends Controller | |||
| } | |||
| // Store to combineData New Incentive August | |||
| foreach ($countAugustB as $key => $d) { | |||
| info('B ' . $d['wo']); | |||
| info('B ' . $d['wo']. ''. $d['submission']); | |||
| if(count($countAugustB) >= 50){ | |||
| if(date('m/Y', strtotime($d['activation'])) == $month.'/'.$year){ | |||
| if($d['contract'] == '12'){ | |||