unknown 4 tahun lalu
induk
melakukan
e18fbee748
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  1. 0 2
      app/Http/Controllers/PracticeManagementController.php

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

@@ -990,8 +990,6 @@ class PracticeManagementController extends Controller
 
         $patientsQuery->whereRaw('(SELECT COUNT(*) FROM note where note.client_id = client.id) > 0');
 
-        $patientsQuery->whereRaw('((SELECT COUNT(*) FROM note where note.client_id = client.id AND is_bill_closed IS NOT true) != 0 && (SELECT COUNT(*) FROM note where note.client_id = client.id AND is_claim_closed IS NOT true) !=0)');
-
         $patientsQuery->orderBy('notes_without_claiming_closed', 'DESC');
 
         $patients = $patientsQuery->paginate(50);