diff --git a/api/application/views/smc_creditpd_reports/MWISE.php b/api/application/views/smc_creditpd_reports/MWISE.php
index 4e0e377c..6869aaa8 100644
--- a/api/application/views/smc_creditpd_reports/MWISE.php
+++ b/api/application/views/smc_creditpd_reports/MWISE.php
@@ -1463,7 +1463,7 @@ Business run by the applicant
'Others','2' => 'Rude','3' => 'Polite');
-$over_all = array('2' => 'Positive','3' => 'Negative');
+$over_all = array('1' => 'Others','2' => 'Positive','3' => 'Negative','4' => 'Refer to Credit');
?>
| | Customer Behaviour
[Polite / Rude / Others (Please specify)] | |
@@ -1472,17 +1472,19 @@ $over_all = array('2' => 'Positive','3' => 'Negative');
[Well Suited / Fairly Suited / Not Suited] |
| PD Officer's overall assessment
-(Positive / Negative) | |
+[Positive / Negative / Refer to Credit / Others (Please specify)] |
$val)
{ $reason .= ($key + 1).' '.$val['reason'].'
'; }
+ if($pd_section_data[19]['pd_officer_recommendation'] != '1'){
?>
+
| PD Officer's key points considered while arriving at the
aforementioned status | |
- Remarks | '.$pd_section_data[19]['final_form_remarks'] .' | ';
}?>
diff --git a/api/application/views/smc_creditpd_reports/NBFC.php b/api/application/views/smc_creditpd_reports/NBFC.php
index 602f25db..45ac7618 100644
--- a/api/application/views/smc_creditpd_reports/NBFC.php
+++ b/api/application/views/smc_creditpd_reports/NBFC.php
@@ -513,13 +513,13 @@ defined('BASEPATH') OR exit('No direct script access allowed');
'Others','2' => 'Rude','3' => 'Polite');
- $over_all = array('2' => 'Positive','3' => 'Negative');
+ $over_all = array('1' => 'Others','2' => 'Positive','3' => 'Negative','4' => 'Refer to Credit');
?>
| Customer Behaviour
[Polite / Rude / Others (Please specify)] | |
| PD Officer's overall assessment
- (Positive / Negative) | |
+ [Positive / Negative / Refer to Credit / Others (Please specify)] |
$val)