From 5ff139bfb1c694ea3bd56f2757cb0c3ef0bd1668 Mon Sep 17 00:00:00 2001 From: "sanjeev.p" Date: Sun, 15 Aug 2021 12:34:43 +0530 Subject: [PATCH] KeyStakeholder length added in api : ps --- api/application/helpers/readexceldata_helper.php | 1 + 1 file changed, 1 insertion(+) diff --git a/api/application/helpers/readexceldata_helper.php b/api/application/helpers/readexceldata_helper.php index 259a33f2..18fc19f0 100644 --- a/api/application/helpers/readexceldata_helper.php +++ b/api/application/helpers/readexceldata_helper.php @@ -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++;