Преглед изворни кода

Dashboard appts. UI updates

Vijayakrishnan пре 3 година
родитељ
комит
3f0b87b0f6
1 измењених фајлова са 1 додато и 1 уклоњено
  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();