소스 검색

fixed billing report

= 3 년 전
부모
커밋
6470157f16
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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');
         });