Siti Hajar Ibrahim пре 5 година
родитељ
комит
de41ee6959
1 измењених фајлова са 2 додато и 3 уклоњено
  1. 2
    3
      app/Http/Controllers/DS/DealerController.php

+ 2
- 3
app/Http/Controllers/DS/DealerController.php Прегледај датотеку

@@ -1055,7 +1055,6 @@ class DealerController extends Controller
}
$name = $customer->company_name;
}
info($d['retail_price']);

$final[] = array(
'index' => $d['formT'],
@@ -2785,7 +2784,7 @@ class DealerController extends Controller
foreach ($dataAugustR as $key => $d) {
if(date('d/m/Y', strtotime($d['submission'])) >= '11/8/2020'){
$countAugustR[] = $d;
info ($d['submission']);
info ($d['wo'] . $d['submission']);
}
}
// Store to combineData New Incentive August
@@ -2891,7 +2890,7 @@ class DealerController extends Controller
foreach ($dataAugustB as $key => $d) {
if(date('d/m/Y', strtotime($d['submission'])) >= '11/8/2020'){
$countAugustB[] = $d;
info ($d['submission']);
}
}
// Store to combineData New Incentive August

Loading…
Откажи
Сачувај