NEIGHBOURHOOD HIDE SAL DETAILS ONLY

This commit is contained in:
Raj-at-840620226347 2020-02-26 13:42:22 +05:30
parent a6a2f13b5b
commit 7e76c70809
5 changed files with 18 additions and 18 deletions

View File

@ -1212,9 +1212,9 @@ 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]['prod_catagory'] == "LAP" ? true: false;
$is_current_product_laep = $pd_master_details[0]['product_abbr'] == "LAEP" ? true: false; $is_current_product_laep = $pd_master_details[0]['prod_catagory'] == "LAEP" ? true: false;
// echo $pd_master_details[0]['product_abbr']; // echo $pd_master_details[0]['product_abbr'];
// echo '-bl-'. $is_current_product_bl; // echo '-bl-'. $is_current_product_bl;
// echo '-lap-'.$is_current_product_lab; // echo '-lap-'.$is_current_product_lab;

View File

@ -1225,9 +1225,9 @@ if ( isset($pdf) ) {
$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]['prod_catagory'] == "LAP" ? true: false;
$is_current_product_laep = $pd_master_details[0]['product_abbr'] == "LAEP" ? true: false; $is_current_product_laep = $pd_master_details[0]['prod_catagory'] == "LAEP" ? true: false;
// echo $pd_master_details[0]['product_abbr']; // echo $pd_master_details[0]['product_abbr'];
// echo '-bl-'. $is_current_product_bl; // echo '-bl-'. $is_current_product_bl;
// echo '-lap-'.$is_current_product_lab; // echo '-lap-'.$is_current_product_lab;

View File

@ -1462,9 +1462,9 @@ 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]['prod_catagory'] == "LAP" ? true: false;
$is_current_product_laep = $pd_master_details[0]['product_abbr'] == "LAEP" ? true: false; $is_current_product_laep = $pd_master_details[0]['prod_catagory'] == "LAEP" ? true: false;
// echo $pd_master_details[0]['product_abbr']; // echo $pd_master_details[0]['product_abbr'];
// echo '-bl-'. $is_current_product_bl; // echo '-bl-'. $is_current_product_bl;
// echo '-lap-'.$is_current_product_lab; // echo '-lap-'.$is_current_product_lab;

View File

@ -994,9 +994,9 @@ 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]['prod_catagory'] == "LAP" ? true: false;
$is_current_product_laep = $pd_master_details[0]['product_abbr'] == "LAEP" ? true: false; $is_current_product_laep = $pd_master_details[0]['prod_catagory'] == "LAEP" ? true: false;
// echo $pd_master_details[0]['product_abbr']; // echo $pd_master_details[0]['product_abbr'];
// echo '-bl-'. $is_current_product_bl; // echo '-bl-'. $is_current_product_bl;
// echo '-lap-'.$is_current_product_lab; // echo '-lap-'.$is_current_product_lab;

View File

@ -1002,8 +1002,8 @@ defined('BASEPATH') OR exit('No direct script access allowed');
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]['prod_catagory'] == "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]['prod_catagory'] == "LAP" ? true: false;
$is_current_product_laep = $pd_master_details[0]['product_abbr'] == "LAEP" ? true: false; $is_current_product_laep = $pd_master_details[0]['prod_catagory'] == "LAEP" ? true: false;
// echo $pd_master_details[0]['product_abbr']; // echo $pd_master_details[0]['product_abbr'];
// die(); // die();
$loan_table_dispaly_rows = array(); $loan_table_dispaly_rows = array();
@ -1638,7 +1638,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
<!-- #################start neighbourhood/reference check #################--> <!-- #################start neighbourhood/reference check #################-->
<?php <!-- <?php
$existNeighRefCheck=array(); $existNeighRefCheck=array();
$pd_offiecer_status_about_neighbor = ""; $pd_offiecer_status_about_neighbor = "";
foreach($pd_processed_forms[19] as $rowKey=> $nrcRow) { foreach($pd_processed_forms[19] as $rowKey=> $nrcRow) {
@ -1665,7 +1665,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
//echo $pd_offiecer_status_about_neighbor; //echo $pd_offiecer_status_about_neighbor;
if(count($existNeighRefCheck)>0){ if(count($existNeighRefCheck)>0){
//print_r($existNeighRefCheck);die(); print_r($existNeighRefCheck);die();
?> ?>
<?php foreach($existNeighRefCheck as $nkey => $nfValue) { <?php foreach($existNeighRefCheck as $nkey => $nfValue) {
@ -1690,14 +1690,14 @@ defined('BASEPATH') OR exit('No direct script access allowed');
} }
else{?> else{?>
<!-- <p>Status of check: Could Not Verify. <br>Neighbour Check was not possible due to Could not verify</p> --> <!-- <p>Status of check: Could Not Verify. <br>Neighbour Check was not possible due to Could not verify</p> -->
<!-- <p>Neighbour Check was not possible due to Could not verify</p> --> <!-- <p>Neighbour Check was not possible due to Could not verify</p> --
<p>Status of the check: could not verify.<p> <p>Status of the check: could not verify.<p>
<?php <?php
} }
if($neighbourhood_form_common_remarks != ""){ echo '<p>'. $neighbourhood_form_common_remarks.'</p>';} if($neighbourhood_form_common_remarks != ""){ echo '<p>'. $neighbourhood_form_common_remarks.'</p>';}
?> ?>
-->
<!-- #################end neighbourhood/reference check #################--> <!-- #################end neighbourhood/reference check #################-->
<!-- #################Credit Manager Specific Query Section #################--> <!-- #################Credit Manager Specific Query Section #################-->