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