소스 검색

added rmb

= 3 년 전
부모
커밋
127c1bb8f5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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', '>=', 3000) // at 3000 (50 minutes, it becomes eligible for plus20)
             ->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)')
             ->count();