From 45c4c1aaaaf5d5f3840844bfaf2457212b17d26b Mon Sep 17 00:00:00 2001 From: Gowtham M Date: Wed, 8 Oct 2025 16:04:11 +0530 Subject: [PATCH] GWM : sms integration --- app/Controllers/RestAuthenticationController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Controllers/RestAuthenticationController.php b/app/Controllers/RestAuthenticationController.php index 7424f7c1..263bc310 100755 --- a/app/Controllers/RestAuthenticationController.php +++ b/app/Controllers/RestAuthenticationController.php @@ -115,7 +115,7 @@ class RestAuthenticationController extends AdminController { $this->myLogger->logme("error", "REST-AUTH-CONTROLLER - verifyEmployeeWithMobileNumber: Employee verified with ID = " . $employeeData['employee_id']); log_message('error', ' '); - log_message('error', '************************ PRE END ********************************'); + log_message('error', '************************ POST END ********************************'); $sql = " @@ -126,7 +126,7 @@ class RestAuthenticationController extends AdminController AND employees.relationship = 'self' AND employees.is_active = 1 AND employee_polices.is_active = 1 - AND employee_polices.status IN ('draft', 'enrolled') + AND employee_polices.status IN ('active') "; $db = db_connect();