| @@ -1119,7 +1119,7 @@ class DealerController extends Controller | |||
| 'package' => $d['package'], | |||
| 'retail_price' => 'RM ' . $d['retail_price'], | |||
| 'incentives1' => $comm24, | |||
| 'incentives2' => $addRM24, | |||
| 'incentives2' => 'RM ' . $addRM24, | |||
| 'total' => $total, | |||
| 'claim' => $d['claim_dt'], | |||
| ); | |||