FIX_STATUS

This commit is contained in:
VENKATESHWARAN 2025-12-08 17:16:27 +05:30
parent f39dbe7d20
commit 93bef46cc3

View File

@ -3906,7 +3906,7 @@ class EmployeeRestController extends AdminController
$empData = $this->employeeModel
->where('emp_code', $emp_code)
->where('client_id', $client_id)
->where('emp_status', 'enrolled')
// ->where('emp_status', 'enrolled')
->where('is_active', 1)
->findAll();