root hace 5 años
padre
commit
bffa243388
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      app/Console/Commands/CalculateStatisticCompound.php

+ 0
- 1
app/Console/Commands/CalculateStatisticCompound.php Ver fichero

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

Cargando…
Cancelar
Guardar