allocated status issues fixed : ps

This commit is contained in:
sanjeev 2021-11-29 16:37:55 +05:30
parent 5902760ee0
commit 5899d844a5

View File

@ -1635,7 +1635,9 @@ public function assignPDTempalate($data)
$lender_id = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDTRIGGER);
$smc_lender_id = ENVIRONMENT == 'production' ? 7 : 35; //SMC lender id MWISE in live and demo
$records['pd_status'] = isset($records['pd_status']) ? $records['pd_status'] : ALLOCATED;
if($smc_lender_id != $lender_id[0]['fk_lender_id']){
$records['pd_status'] = isset($records['pd_status']) ? $records['pd_status'] : ALLOCATED ;
}
// IF Condition - using PDID get the lender and mapped with SMC_lender_id macthed means Vendor status dynamically assigned
if($smc_lender_id == $lender_id[0]['fk_lender_id'] && isset($records['pd_agency_id']) && $records['pd_agency_id'] != null){