root il y a 5 ans
Parent
révision
bffa243388
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0
    1
      app/Console/Commands/CalculateStatisticCompound.php

+ 0
- 1
app/Console/Commands/CalculateStatisticCompound.php Voir le fichier

@@ -48,7 +48,6 @@ class CalculateStatisticCompound extends Command
$s1->save();
}else {
$dataS = new ReportOverallCompound;
// $dataS->total = count(Compound::all());
$dataS->total = count(Compound::whereIn('status', ['Belum Bayar', 'Berbayar', 'Batal'])->get());
$dataS->status = 'all';
$dataS->department = 'all';

Chargement…
Annuler
Enregistrer