Explorar el Código

check claim

ifah
Siti Hajar Ibrahim hace 5 años
padre
commit
d318715360
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      app/Http/Controllers/DS/DealerController.php

+ 2
- 2
app/Http/Controllers/DS/DealerController.php Ver fichero

@@ -2790,7 +2790,7 @@ class DealerController extends Controller
}
// Store to combineData New Incentive August
foreach ($countAugustR as $key => $d) {
info('R '. $d['wo']);
info('R '. $d['wo']. ''. $d['submission']);
if(count($countAugustR) >= 50){
if(date('m/Y', strtotime($d['activation'])) == $month.'/'.$year){
if($d['contract'] == '12'){
@@ -2899,7 +2899,7 @@ class DealerController extends Controller
}
// Store to combineData New Incentive August
foreach ($countAugustB as $key => $d) {
info('B ' . $d['wo']);
info('B ' . $d['wo']. ''. $d['submission']);
if(count($countAugustB) >= 50){
if(date('m/Y', strtotime($d['activation'])) == $month.'/'.$year){
if($d['contract'] == '12'){

Cargando…
Cancelar
Guardar