record : ps

This commit is contained in:
sanjeev 2021-11-29 17:35:21 +05:30
parent fcc546bb83
commit aa05b0d5f2

View File

@ -11230,7 +11230,7 @@ public function getCompaniesListsFromGeneralFormRawJSON_post()
$agency_id = $pd_details['pd_agency_id'];
if($agency_id != null)
{
$records['pd_status'] = ALLOCATED_TO_FIA;
$pd_details['pd_status'] = ALLOCATED_TO_FIA;
}
else if(count($regional_credit_manager))
{
@ -11244,7 +11244,6 @@ public function getCompaniesListsFromGeneralFormRawJSON_post()
}
}
else if($is_mwise_lender && $pd_details['pd_status'] == BOUNCED)
{