diff --git a/api/application/helpers/readexceldata_helper.php b/api/application/helpers/readexceldata_helper.php index 259a33f2..18fc19f0 100644 --- a/api/application/helpers/readexceldata_helper.php +++ b/api/application/helpers/readexceldata_helper.php @@ -120,6 +120,7 @@ class readexceldata $temp['share_holding'.$j] = $value[$dynamic_share_key]; $temp['vintage_in_current_biz'.$j] = $value[$dynamic_vintage_key]; $temp['total_work_exp'.$j] = $value[ $dynamic_work_exp_key ]; + $temp['stakeholder_length'] = ($j+1); $re_arranged_stake_holders_details[$i] = $temp; } $j++;