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'].'% | '?>