Ver Fonte

updated

unknown há 4 anos atrás
pai
commit
13c78285bf
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      app/Http/Controllers/PracticeManagementController.php

+ 2 - 0
app/Http/Controllers/PracticeManagementController.php

@@ -988,6 +988,8 @@ class PracticeManagementController extends Controller
             }
         }
 
+        $patientsQuery->where('notes_total', '>', 0);
+
         $patientsQuery->orderBy('notes_without_claiming_closed', 'DESC');
 
         $patients = $patientsQuery->paginate(50);