FIX_EMPLOYEE_LIST_IN_GPA_CLAIM_CREATE

This commit is contained in:
VENKATESHWARAN 2026-06-15 14:17:41 +05:30
parent 6cdeda1eb2
commit e7b7ca1515

View File

@ -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)