FIX_ISSUE
This commit is contained in:
parent
c7a0636932
commit
978a7bbcec
@ -3648,7 +3648,11 @@ class EmployeeRestController extends AdminController
|
|||||||
|
|
||||||
if (!empty($emp_ticket_data)) {
|
if (!empty($emp_ticket_data)) {
|
||||||
|
|
||||||
|
$insured_emp_data = $this->employeeModel->where('id', $insured_emp_id)->first();
|
||||||
$fetchData = $emp_ticket_data[0];
|
$fetchData = $emp_ticket_data[0];
|
||||||
|
if(!empty($insured_emp_data)){
|
||||||
|
$fetchData['relationship'] = strtolower($insured_emp_data['relationship']);
|
||||||
|
}
|
||||||
|
|
||||||
$claimStatusQuery = $this->claimStatusModel
|
$claimStatusQuery = $this->claimStatusModel
|
||||||
->select('id')
|
->select('id')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user