FIX_EMPLOYEE_LIST_IN_GPA_CLAIM_CREATE
This commit is contained in:
parent
6cdeda1eb2
commit
e7b7ca1515
@ -7822,8 +7822,8 @@ class ClientController extends AdminController
|
||||
->join('employees', 'clients.id = employees.client_id', 'left')
|
||||
->join('employee_polices', 'employees.id = employee_polices.employee_id', 'left')
|
||||
->where('client_policy.is_active', 1)
|
||||
->where('insurers.is_active', 1)
|
||||
->where('tpa.is_active', 1)
|
||||
// ->where('insurers.is_active', 1)
|
||||
// ->where('tpa.is_active', 1)
|
||||
->where('employees.is_active', 1)
|
||||
->where('employees.relationship', "Self")
|
||||
->where('employee_polices.is_active', 1)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user