Parcourir la source

update calculation incentives august

ifah
Siti Hajar Ibrahim il y a 5 ans
Parent
révision
87decc6e23
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      app/Http/Controllers/DS/DealerController.php

+ 1
- 1
app/Http/Controllers/DS/DealerController.php Voir le fichier

@@ -2769,7 +2769,7 @@ class DealerController extends Controller
$dataOctober = $this->returnDataR($company,'2020','10');
foreach ($dataAugust as $key => $d) {
if(date('d/m/Y', strtotime($d['activation'])) >= '12/8/2020'){
if(date('d/m/Y', strtotime($d['activation'])) >= '11/8/2020'){
$combineData[] = $d;
}
}

Chargement…
Annuler
Enregistrer