From a6a2f13b5baf6b0fc6f3a24fcbb02b11f2efa2db Mon Sep 17 00:00:00 2001 From: Raj-at-840620226347 Date: Tue, 25 Feb 2020 16:47:32 +0530 Subject: [PATCH] UDDAN LOAN DETAILS EXTRA REMOVED --- api/application/views/report_templates/JSONTOREPORT_SAL.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/api/application/views/report_templates/JSONTOREPORT_SAL.php b/api/application/views/report_templates/JSONTOREPORT_SAL.php index 8beefbd1..54989105 100644 --- a/api/application/views/report_templates/JSONTOREPORT_SAL.php +++ b/api/application/views/report_templates/JSONTOREPORT_SAL.php @@ -1001,12 +1001,10 @@ defined('BASEPATH') OR exit('No direct script access allowed'); $loan_amount = MYUTIL::customIndianNumberFormat($loan_form['loan_amount']); echo 'During the PD visit, person met provide the following information about loan applied for:'; - $is_current_product_bl = $pd_master_details[0]['product_abbr'] == "BL" ? true: false; + $is_current_product_bl = $pd_master_details[0]['prod_catagory'] == "BL" ? true: false; $is_current_product_lab = $pd_master_details[0]['product_abbr'] == "LAP" ? true: false; $is_current_product_laep = $pd_master_details[0]['product_abbr'] == "LAEP" ? true: false; // echo $pd_master_details[0]['product_abbr']; - // echo '-bl-'. $is_current_product_bl; - // echo '-lap-'.$is_current_product_lab; // die(); $loan_table_dispaly_rows = array();