root 5 år sedan
förälder
incheckning
bffa243388
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0
    1
      app/Console/Commands/CalculateStatisticCompound.php

+ 0
- 1
app/Console/Commands/CalculateStatisticCompound.php Visa fil

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

Laddar…
Avbryt
Spara