| 'claim' => $d['claim'], | 'claim' => $d['claim'], | ||||
| )); | )); | ||||
| } | } | ||||
| } | |||||
| }else if(count($combineData) < 50){ | }else if(count($combineData) < 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'){ | ||||
| 'address' => $d['address'], | 'address' => $d['address'], | ||||
| 'package' => $d['package'], | 'package' => $d['package'], | ||||
| 'retail_price' => $d['retail_price'], | 'retail_price' => $d['retail_price'], | ||||
| 'incentives1' => '250% + RM50', | |||||
| 'incentives1' => '250%', | |||||
| 'incentives2' => $d['incentives2'], | 'incentives2' => $d['incentives2'], | ||||
| 'total' => 'RM '.$total, | 'total' => 'RM '.$total, | ||||
| 'claim' => $d['claim'], | 'claim' => $d['claim'], |