Explorar el Código

check claim

ifah
Siti Hajar Ibrahim hace 5 años
padre
commit
fd74e08f99
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

@@ -2782,10 +2782,10 @@ class DealerController extends Controller
$dataOctober = $this->returnDataR($company,'2020','10');
foreach ($dataAugustR as $key => $d) {
if(date('d/m/Y', strtotime($d['submission'])) >= '11/8/2020'){
if('31/7/2020' >= '11/8/2020'){
$countAugustR[] = $d;
$submission=date('d/m/Y', strtotime($d['submission']));
info ($d['wo'] .$submission);
info ('hm');
}
}
// Store to combineData New Incentive August

Cargando…
Cancelar
Guardar