PD_Controller.php edited online with Bitbucket

This commit is contained in:
gandhimathi 2022-04-26 04:24:23 +00:00
parent 292d8afa36
commit 0770e89ac1

View File

@ -11783,6 +11783,8 @@ public function getCompaniesListsFromGeneralFormRawJSONV2_post()
$list_of_pd_officers[$key]['mobile_no'] = $names[0]['mobile_no'];
$list_of_pd_officers[$key]['user_role'] = $names[0]['user_role'];
$list_of_pd_officers[$key]['role_name'] = $names[0]['role_name'];
}else{
unset($list_of_pd_officers[$key]);
}
}
}