Browse Source

fixed billing report

= 3 years ago
parent
commit
6470157f16
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/Http/Controllers/PracticeManagementController.php

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

@@ -106,8 +106,8 @@ class PracticeManagementController extends Controller
             
             
         }
         }
 
 
-        $rows->whereDoesntHave('client', function($clientQuery){
-            return $clientQuery->where('client_engagement_status_category', 'DUMMY');
+        $rows->whereHas('client', function($clientQuery){
+            return $clientQuery->where('client_engagement_status_category','<>' ,'DUMMY');
         });
         });