Explorar o código

server changes

root %!s(int64=3) %!d(string=hai) anos
pai
achega
029cad7189
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      app/Http/Controllers/HomeController.php

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

@@ -1388,7 +1388,8 @@ 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();