Просмотр исходного кода

edit ayerKeroh more than 50

ifah
Siti Hajar Ibrahim 5 лет назад
Родитель
Сommit
8d87b88ba9
1 измененных файлов: 2 добавлений и 2 удалений
  1. 2
    2
      app/Http/Controllers/DS/DealerController.php

+ 2
- 2
app/Http/Controllers/DS/DealerController.php Просмотреть файл

@@ -2243,7 +2243,7 @@ class DealerController extends Controller

// Store to combineData New Incentives Ayer Keroh
foreach ($count_ayerKeroh as $key => $d) {
if(count($count_ayerKeroh) > 20){
if(count($count_ayerKeroh) > 50){

if($d['contract'] == '12'){

@@ -2284,7 +2284,7 @@ class DealerController extends Controller

}

}else if(count($count_ayerKeroh) < 20){
}else if(count($count_ayerKeroh) < 50){
if(date('m/Y', strtotime($d['activation'])) == $month.'/'.$year){
array_push($combineData, array(
'index' => $d['index'],

Загрузка…
Отмена
Сохранить