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