From 9c41a3eff2d14eaaf09a6b90d4cd6e0067944d00 Mon Sep 17 00:00:00 2001 From: Velz2020 Date: Mon, 20 Jan 2020 16:43:28 +0530 Subject: [PATCH] CLIX STAMP ISSUE --- .../views/report_templates/JSONTOREPORT_CLIX.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/api/application/views/report_templates/JSONTOREPORT_CLIX.php b/api/application/views/report_templates/JSONTOREPORT_CLIX.php index 5b88dfeb..7f2829c2 100644 --- a/api/application/views/report_templates/JSONTOREPORT_CLIX.php +++ b/api/application/views/report_templates/JSONTOREPORT_CLIX.php @@ -4108,6 +4108,8 @@ defined('BASEPATH') OR exit('No direct script access allowed'); $pre_loan_no = 0; foreach($existLoanResult as $table_key => $single_table){ //print_r($single_table);die(); + if(is_numeric($table_key)) + { ?> @@ -4137,6 +4139,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); + else if($existLoanResult['valid_data'] == 0 && $is_existing_loans_available == null){ ?>

As per loan applicant he does not have any existing loan obligations.

'; + } } // ########################### End disclaimer end ######################################### ?>