Browse Source

added rmb

= 3 years ago
parent
commit
dfa4f6a03b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/PracticeManagementController.php

+ 1 - 1
app/Http/Controllers/PracticeManagementController.php

@@ -1433,7 +1433,7 @@ ORDER BY claim.created_at DESC
             ->where('rm_total_time_in_seconds', '<', 4200)
             ->where('rm_total_time_in_seconds', '<', 4200)
             ->where('rm_total_time_in_seconds', '>=', 3000) // at 3000 (50 minutes, it becomes eligible for plus20)
             ->where('rm_total_time_in_seconds', '>=', 3000) // at 3000 (50 minutes, it becomes eligible for plus20)
             ->where('number_of_days_with_remote_measurements', '>=', 16 )
             ->where('number_of_days_with_remote_measurements', '>=', 16 )
-            //->whereRaw('is_rm_time_waived IS NOT TRUE')
+            ->whereRaw('is_rm_time_waived IS NOT TRUE')
             ->whereRaw('(has_anyone_interacted_with_client_about_rm_outside_note IS TRUE OR has_mcp_rm_interacted_by_note IS TRUE)')
             ->whereRaw('(has_anyone_interacted_with_client_about_rm_outside_note IS TRUE OR has_mcp_rm_interacted_by_note IS TRUE)')
             ->count();
             ->count();