From 9a6931c9ef744143b9204d275aff24585b8970cd Mon Sep 17 00:00:00 2001 From: Sanjeev Date: Wed, 21 Jul 2021 21:01:33 +0530 Subject: [PATCH] key Stakeholder fixes : ps --- api/application/helpers/readexceldata_helper.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/api/application/helpers/readexceldata_helper.php b/api/application/helpers/readexceldata_helper.php index 42ca54c1..616f388b 100644 --- a/api/application/helpers/readexceldata_helper.php +++ b/api/application/helpers/readexceldata_helper.php @@ -102,11 +102,13 @@ class readexceldata $re_arranged_stake_holders_details = array(); if(isset($return_data['key_stakeholders'])) { + $i =0 ; foreach ($return_data['key_stakeholders'] as $key => $value) { - - for($i = 0;$i <= 2; $i++) - { + + // print_r($value);echo "I am Here Working Fine"; + // 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)); @@ -129,7 +131,8 @@ class readexceldata // } - } + // } + $i++; } }