| } | } | ||||
| // 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'){ |