CAHNGE_ACM_MAIL_SEND_FROM_HR
This commit is contained in:
parent
0490139dfa
commit
420eb7833f
@ -4664,6 +4664,9 @@ class EmployeeRestController extends AdminController
|
||||
$employeeController = new EmployeeController();
|
||||
$responce = $employeeController->employeesUplodWithEvents($post_data);
|
||||
// print_r($responce); die;
|
||||
if ($responce['status']) {
|
||||
$this->giveNotificationToClientsAccountManager($post_data);
|
||||
}
|
||||
|
||||
return $responce;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user