Flyhi Controller type 5 is removed : ps

This commit is contained in:
VE10-Sanjeev 2023-06-12 11:19:00 +05:30
parent e3ca731f0c
commit 89c87dec15
2 changed files with 3 additions and 4 deletions

View File

@ -1380,7 +1380,8 @@ class Flyhi_Controller extends REST_Controller {
$FLYHI_PD['lender_credit_person'] = $lender_credit_person ;
$FLYHI_PD['pd_branch_id'] = $pd_branch_id;
$FLYHI_PD['lender_id'] = $lender_id;
$FLYHI_PD['sales_pd_type'] = ($FHFSL_lender == $lender_id) ? $flyhi_pd_type : 5;
//$FLYHI_PD['sales_pd_type'] = ($FHFSL_lender == $lender_id) ? $flyhi_pd_type : 5;
$FLYHI_PD['sales_pd_type'] = $flyhi_pd_type;
$FLYHI_PD['product_id'] = $product_id ? $product_id : (ENVIRONMENT == 'production' ? 27 : 26);
$this->Flyhi_Model->updateRecords($FLYHI_PD,SALES_PD_DATA,array('sales_pd_id' => $sales_pd_id));

View File

@ -6,9 +6,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
$product_abbr = $master[0]['abbr'];
$product = $master[0]['name'];
$rupee_symbol = "<span style='font-family: DejaVu Sans; sans-serif;font-size:10px'>₹</span>";
$title = "";
if($section1['verification_type'] == "Office verification" || $section1['verification_type'] == "Workplace verification"){$title = "Workplace FI for ".$product; }
else if($section1['verification_type'] == "Residence verification"){$title = "Residence FI for ".$product;}
$title = "Demo for ".$product;
$smc_emp_code = $master[0]['smc_emp_code'];
$residence_ownership_arr = array("self_owned" => "Self-Owned","parental"=>"Parental","family_owned"=>"Family Owned","rented"=>"Rented");
$residence_yr_arr = array("0"=>"< 1 yr","1"=>"1-2 yrs","2"=>"2 to 5 yrs","3"=>"> 5 yrs");