From ede9f95637e5824ea2d39a1c2125fd98e335fc4d Mon Sep 17 00:00:00 2001 From: Velz2020 Date: Mon, 28 Oct 2019 15:34:23 +0530 Subject: [PATCH] BB CURRENT TO BUSINESS --- api/application/views/report_templates/JSONTOREPORT_CLIX.php | 2 +- api/application/views/report_templates/JSONTOREPORT_DI_AI.php | 2 +- .../views/report_templates/JSONTOREPORT_DI_AI_ADDON.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/application/views/report_templates/JSONTOREPORT_CLIX.php b/api/application/views/report_templates/JSONTOREPORT_CLIX.php index ecbb2163..61fc909f 100644 --- a/api/application/views/report_templates/JSONTOREPORT_CLIX.php +++ b/api/application/views/report_templates/JSONTOREPORT_CLIX.php @@ -2394,7 +2394,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); As per person met, Applicant does not have any current account.

'; + echo '

As per person met, Applicant does not have any business account.

'; } if($business_banking_common_remarks != ""){ echo '

'.$business_banking_common_remarks.'

'; } diff --git a/api/application/views/report_templates/JSONTOREPORT_DI_AI.php b/api/application/views/report_templates/JSONTOREPORT_DI_AI.php index 4e6ca690..c63cf0a4 100644 --- a/api/application/views/report_templates/JSONTOREPORT_DI_AI.php +++ b/api/application/views/report_templates/JSONTOREPORT_DI_AI.php @@ -2435,7 +2435,7 @@ if($total_no_of_business > 0) { As per person met, Applicant does not have any current account.

'; + echo '

As per person met, Applicant does not have any business account.

'; } if($business_banking_common_remarks != ""){ echo '

'.$business_banking_common_remarks.'

'; } diff --git a/api/application/views/report_templates/JSONTOREPORT_DI_AI_ADDON.php b/api/application/views/report_templates/JSONTOREPORT_DI_AI_ADDON.php index f4135c99..b48ae2cb 100644 --- a/api/application/views/report_templates/JSONTOREPORT_DI_AI_ADDON.php +++ b/api/application/views/report_templates/JSONTOREPORT_DI_AI_ADDON.php @@ -2422,7 +2422,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); As per person met, Applicant does not have any current account.

'; + echo '

As per person met, Applicant does not have any business account.

'; } if($business_banking_common_remarks != ""){ echo '

'.$business_banking_common_remarks.'

'; }