Преглед на файлове

edit error dealer claim calculation

ifah
Siti Hajar Ibrahim преди 5 години
родител
ревизия
899f98e66b
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3
    3
      app/Http/Controllers/DS/DealerController.php

+ 3
- 3
app/Http/Controllers/DS/DealerController.php Целия файл

@@ -2870,7 +2870,7 @@ class DealerController extends Controller
'name' => $d['name'],
'address' => $d['address'],
'package' => $d['package'],
'retail_price' => 'RM '.$finalprice,
'retail_price' => $d['retail_price'],
'incentives1' => '250%',
'incentives2' => $d['incentives2'],
'total' => 'RM '.$total,
@@ -2896,11 +2896,11 @@ class DealerController extends Controller
}

if(date('d/m/Y', strtotime($d['activation'])) >= '11/8/2020'){
$countAugustR[] = $d;
$countAugustB[] = $d;
}
}else {
if(date('d/m/Y', strtotime($d['activation'])) >= '11/8/2020'){
$countAugustR[] = $d;
$countAugustB[] = $d;
}else {
$combineData[] = $d;
}

Loading…
Отказ
Запис