Explorar el Código

Merge branch 'master' into dev-vj

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

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

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