@@ -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; | |||
} |