diff --git a/api/application/helpers/readexceldata_helper.php b/api/application/helpers/readexceldata_helper.php index 616f388b..a007819b 100644 --- a/api/application/helpers/readexceldata_helper.php +++ b/api/application/helpers/readexceldata_helper.php @@ -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++; } }