FIX_CORRECT_ENDO_ID_UPDATE

This commit is contained in:
VENKATESHWARAN 2025-11-01 11:28:08 +05:30
parent 3fe4ac84a8
commit 82e24fe248

View File

@ -2541,7 +2541,8 @@ class EmpDataServiceController extends BaseController
// dd($value[8]);
$emp_details[] = array('id' => $result['emp_id'], $result['field_name'] => $value[8]);
$endorsement_details[] = array('group_key' => $result['group_key'], 'id' => $result['id'], 'endorsement_id' => $value[10], 'status' => 'complete');
// $endorsement_details[] = array('group_key' => $result['group_key'], 'id' => $result['id'], 'endorsement_id' => $value[10], 'status' => 'complete');
$endorsement_details[] = array('group_key' => $result['group_key'], 'endorsement_id' => $value[10], 'status' => 'complete');
}
}