Explorar el Código

edit dealer claim based on submission date

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

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

@@ -2785,6 +2785,7 @@ class DealerController extends Controller
if((date('m/Y', strtotime($d['submission'])) == $month.'/'.$year) && date('d/m/Y', strtotime($d['submission'])) >= '11/8/2020'){
$countAugustR[] = $d;
}else {
info ($d['wo'] . ' ' . $d['submission']);
if(date('m/Y', strtotime($d['activation'])) == $month.'/'.$year){
$combineData[] = $d;
}

Cargando…
Cancelar
Guardar