@@ -988,7 +988,7 @@ class PracticeManagementController extends Controller
}
- $patientsQuery->where('notes_total', '>', 0);
+ $patientsQuery->whereRaw('(SELECT COUNT(*) FROM note where note.client_id = client.id) > 0');
$patientsQuery->orderBy('notes_without_claiming_closed', 'DESC');