Browse Source

Dashboard appts. UI updates

Vijayakrishnan 3 years ago
parent
commit
3f0b87b0f6
1 changed files with 1 additions and 1 deletions
  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();