diff --git a/app/Controllers/EmployeeController.php b/app/Controllers/EmployeeController.php index d3cd3d25..ed66382e 100755 --- a/app/Controllers/EmployeeController.php +++ b/app/Controllers/EmployeeController.php @@ -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)){