Explorar el Código

Dashboard appts. UI updates

Vijayakrishnan hace 3 años
padre
commit
3f0b87b0f6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Http/Controllers/HomeController.php

+ 1 - 1
app/Http/Controllers/HomeController.php

@@ -1389,7 +1389,7 @@ WHERE measurement.label NOT IN ('SBP', 'DBP')
         }
 
         $appointments = $appointments
-            ->whereRaw('status NOT IN (\'CANCELLED\', \'COMPLETED\')')
+            // ->whereRaw('status NOT IN (\'CANCELLED\', \'COMPLETED\')')
             ->orderBy('start_time', 'asc')
             ->get();