FIX_STATUS
This commit is contained in:
parent
f39dbe7d20
commit
93bef46cc3
@ -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();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user