sudhirbaranwal : ps

This commit is contained in:
VE10-Sanjeev 2022-07-01 10:38:06 +05:30
parent 4452678bdc
commit b0cd0ce7e0

View File

@ -11629,7 +11629,9 @@ public function getCompaniesListsFromGeneralFormRawJSONV2_post()
{
$pd_details['pd_status'] = ALLOCATED_TO_FIA;
$pd_details['vendor_status'] = ALLOCATED;
PDALERTS::sendMWcreditPDMail($this,$pd_details,3);
$sudhirbaranwal = (ENVIRONMENT == 'production' ? 187 : 324);
if($pd_details['fk_pd_allocated_to'] != $sudhirbaranwal){
PDALERTS::sendMWcreditPDMail($this,$pd_details,3);}
}
else if(count($regional_credit_manager))
{