Ver código fonte

updated claims-resolver

unknown 4 anos atrás
pai
commit
f55effe458

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

@@ -860,8 +860,6 @@ class PracticeManagementController extends Controller
     public function patientClaimSummary(Request $request, $proUid=null)
     {
 
-        $clientCount = SELECT COUNT(*) FROM client;
-
         $claimsTotal = DB::select(DB::raw("SELECT COUNT(*) FROM claim WHERE is_cancelled IS NOT TRUE"));
         $notesTotal = DB::select(DB::raw("SELECT COUNT(*) FROM claim WHERE is_cancelled IS NOT TRUE AND "));