UDDAN LOAN DETAILS EXTRA REMOVED
This commit is contained in:
parent
2fa1fd446d
commit
a6a2f13b5b
@ -1001,12 +1001,10 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
|||||||
$loan_amount = MYUTIL::customIndianNumberFormat($loan_form['loan_amount']);
|
$loan_amount = MYUTIL::customIndianNumberFormat($loan_form['loan_amount']);
|
||||||
echo '<span>During the PD visit, person met provide the following information about loan applied for:</span>';
|
echo '<span>During the PD visit, person met provide the following information about loan applied for:</span>';
|
||||||
|
|
||||||
$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_lab = $pd_master_details[0]['product_abbr'] == "LAP" ? true: false;
|
||||||
$is_current_product_laep = $pd_master_details[0]['product_abbr'] == "LAEP" ? true: false;
|
$is_current_product_laep = $pd_master_details[0]['product_abbr'] == "LAEP" ? true: false;
|
||||||
// echo $pd_master_details[0]['product_abbr'];
|
// echo $pd_master_details[0]['product_abbr'];
|
||||||
// echo '-bl-'. $is_current_product_bl;
|
|
||||||
// echo '-lap-'.$is_current_product_lab;
|
|
||||||
// die();
|
// die();
|
||||||
$loan_table_dispaly_rows = array();
|
$loan_table_dispaly_rows = array();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user