key Stakeholder Reverted : ps
This commit is contained in:
parent
553469d7ca
commit
b5e611c746
@ -102,13 +102,12 @@ class readexceldata
|
||||
$re_arranged_stake_holders_details = array();
|
||||
if(isset($return_data['key_stakeholders']))
|
||||
{
|
||||
$i =0 ;
|
||||
// $i =0 ;
|
||||
foreach ($return_data['key_stakeholders'] as $key => $value)
|
||||
{
|
||||
|
||||
// print_r($value);echo "I am Here Working Fine";
|
||||
// for($i = 0;$i <= 2; $i++)
|
||||
// {
|
||||
for($i = 0;$i <= 2; $i++)
|
||||
{
|
||||
$dynamic_share_key = ('share_holding#'.($i + 1));
|
||||
$dynamic_vintage_key = ('vintage_in_current_biz#'.($i + 1));
|
||||
$dynamic_work_exp_key = ('total_work_exp#'.($i + 1));
|
||||
@ -131,8 +130,8 @@ class readexceldata
|
||||
|
||||
// }
|
||||
|
||||
// }
|
||||
$i++;
|
||||
}
|
||||
// $i++;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user