KeyStakeholder length added in api : ps
This commit is contained in:
parent
b3998cf9b1
commit
5ff139bfb1
@ -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++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user