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();