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 ######################################### ?>