From da33e77dad815285f841d65c961e1ae93920494a Mon Sep 17 00:00:00 2001 From: sanjeev Date: Wed, 29 Dec 2021 11:37:16 +0530 Subject: [PATCH] Report Refer to credit - fixes : ps --- api/application/views/smc_creditpd_reports/MWISE.php | 8 +++++--- api/application/views/smc_creditpd_reports/NBFC.php | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) 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)