FIX_ISSUE

This commit is contained in:
VENKATESHWARAN 2026-01-05 15:34:45 +05:30
parent c7a0636932
commit 978a7bbcec

View File

@ -3648,7 +3648,11 @@ class EmployeeRestController extends AdminController
if (!empty($emp_ticket_data)) {
$insured_emp_data = $this->employeeModel->where('id', $insured_emp_id)->first();
$fetchData = $emp_ticket_data[0];
if(!empty($insured_emp_data)){
$fetchData['relationship'] = strtolower($insured_emp_data['relationship']);
}
$claimStatusQuery = $this->claimStatusModel
->select('id')