FIX_ISSUE
This commit is contained in:
parent
8f8b082f8c
commit
b4cd7aa063
@ -4545,7 +4545,6 @@ class EmployeeController extends AdminController
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public function insufficientCdBalanceHrMailSend()
|
||||
{
|
||||
$post_data = $this->request->getJson(true);
|
||||
@ -4564,7 +4563,6 @@ class EmployeeController extends AdminController
|
||||
$notification_data = $notificationModal
|
||||
->where('client_id', $post_data['client_id'])
|
||||
->where('template_name', 'hr_cd_insufficient_balance_mail')
|
||||
->where('is_active', 1)
|
||||
->first();
|
||||
|
||||
if(empty($notification_data)){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user