FIX_ISSUE

This commit is contained in:
VENKATESHWARAN 2026-02-02 21:56:22 +05:30
parent 8f8b082f8c
commit b4cd7aa063

View File

@ -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)){