From 4d116f1c1d328b480d2c4f0503bdc7c45a59f9ed Mon Sep 17 00:00:00 2001 From: VE10-Sanjeev Date: Wed, 12 Jul 2023 17:53:09 +0530 Subject: [PATCH] broken_period_no_of_months #REF! fixes : ps --- api/application/views/smc_creditpd_reports/MWISE.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/application/views/smc_creditpd_reports/MWISE.php b/api/application/views/smc_creditpd_reports/MWISE.php index da6b782a..5a97331a 100644 --- a/api/application/views/smc_creditpd_reports/MWISE.php +++ b/api/application/views/smc_creditpd_reports/MWISE.php @@ -1088,7 +1088,7 @@ $business_pd_visited_remark = (isset($pd_section_data[8]['business_pd_visited_re } ?> - Broken Period starting from '.$pd_section_data[10]['broken_period_from_month'].'Broken Period starting to '.$pd_section_data[10]['broken_period_to_month'].' No of Months '.$pd_section_data[10]['broken_period_no_of_months'].' '?> + Broken Period starting from '.$pd_section_data[10]['broken_period_from_month'].'Broken Period starting to '.$pd_section_data[10]['broken_period_to_month'].' No of Months '.($pd_section_data[10]['broken_period_no_of_months'] == '#REF!' ? '-' :$pd_section_data[10]['broken_period_no_of_months']) .' '?> Turn Over for Broken Period in CY '.$rupee_symbol.''. MYUTIL::customIndianNumberFormat($pd_section_data[10]['broken_period_turnover_cy']).'Turn Over for Broken Period in PY '.$rupee_symbol.''.MYUTIL::customIndianNumberFormat($pd_section_data[10]['broken_period_turnover_py']).' ('.$uparrow.'/'. $downarrow.')in Turnover for Broken Period '.$pd_section_data[10]['broken_period_turnover_percent'].'% '?>