From b4cd7aa06307d284573910fa2e49e0c6561aeed6 Mon Sep 17 00:00:00 2001 From: "venkatesh.r" Date: Mon, 2 Feb 2026 21:56:22 +0530 Subject: [PATCH] FIX_ISSUE --- app/Controllers/EmployeeController.php | 2 -- 1 file changed, 2 deletions(-) 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)){