Browse Source

edit claim december

master
Siti Hajar Ibrahim 5 years ago
parent
commit
674de9ab64
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/Http/Controllers/DS/DealerController.php

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

@@ -3533,7 +3533,7 @@ class DealerController extends Controller
'claim' => $count_businessCyber[$j]['claim'],
));
}
for($j=51;$j>=51;$j++){
for($j=51; ($j < count($count_businessCyber) && $j>=51);$j++){
$total = number_format(floatval(str_replace("RM ", "", $count_businessCyber[$j]['retail_price'])) * 2.5, 2);
array_push($combineData, array(
'index' => $count_businessCyber[$j]['index'],

Loading…
Cancel
Save