unknown před 4 roky
rodič
revize
cef9d82a9c

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

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