Browse Source

Merge branch 'master' into dev-vj

Vijayakrishnan 3 years ago
parent
commit
3945da8770
1 changed files with 2 additions and 1 deletions
  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
         $appointments = $appointments
-            // ->whereRaw('status NOT IN (\'CANCELLED\', \'COMPLETED\')')
+            
+	    // ->whereRaw('status NOT IN (\'CANCELLED\', \'COMPLETED\')')
             ->orderBy('start_time', 'asc')
             ->orderBy('start_time', 'asc')
             ->get();
             ->get();