record : ps
This commit is contained in:
parent
fcc546bb83
commit
aa05b0d5f2
@ -11230,7 +11230,7 @@ public function getCompaniesListsFromGeneralFormRawJSON_post()
|
|||||||
$agency_id = $pd_details['pd_agency_id'];
|
$agency_id = $pd_details['pd_agency_id'];
|
||||||
if($agency_id != null)
|
if($agency_id != null)
|
||||||
{
|
{
|
||||||
$records['pd_status'] = ALLOCATED_TO_FIA;
|
$pd_details['pd_status'] = ALLOCATED_TO_FIA;
|
||||||
}
|
}
|
||||||
else if(count($regional_credit_manager))
|
else if(count($regional_credit_manager))
|
||||||
{
|
{
|
||||||
@ -11244,7 +11244,6 @@ public function getCompaniesListsFromGeneralFormRawJSON_post()
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
else if($is_mwise_lender && $pd_details['pd_status'] == BOUNCED)
|
else if($is_mwise_lender && $pd_details['pd_status'] == BOUNCED)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user