From ae364f6b9411bc2f71056894102b044168cde66c Mon Sep 17 00:00:00 2001 From: "venkatesh.r" Date: Tue, 30 Dec 2025 14:53:05 +0530 Subject: [PATCH] FIX_ISSUE --- app/Controllers/NotificationController.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/Controllers/NotificationController.php b/app/Controllers/NotificationController.php index cc13b100..c59102e5 100755 --- a/app/Controllers/NotificationController.php +++ b/app/Controllers/NotificationController.php @@ -88,7 +88,7 @@ class NotificationController extends AdminController { $checkboxNames = [ 'member_welcome_mail_btn', - 'common_mail_btn', + 'member_common_mail_btn', 'member_reminder_mail_btn', 'member_ecard_mail_btn', 'member_review_and_summary_mail_btn', @@ -232,7 +232,8 @@ class NotificationController extends AdminController $params = [ 'client_data' => $client_data, 'notification_data' => $notification_data, - 'test_mail' => $test_mail + 'test_mail' => $test_mail, + 'test_mail_list' => "" ]; $testMailData = sendMailNotification::sendMailNotificationForTesting($notification_data['template_name'], $params);