KeyStakeholder length added in api : ps

This commit is contained in:
sanjeev.p 2021-08-15 12:34:43 +05:30
parent b3998cf9b1
commit 5ff139bfb1

View File

@ -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++;