user
This commit is contained in:
parent
1068d26e51
commit
93316bb4ce
@ -938,7 +938,7 @@ class User extends BaseController
|
|||||||
// {
|
// {
|
||||||
$data['EmpList'] = $this->user_model->rolesNotAllotedEmployees();
|
$data['EmpList'] = $this->user_model->rolesNotAllotedEmployees();
|
||||||
$data['roles'] = $this->user_model->getUserRoles();
|
$data['roles'] = $this->user_model->getUserRoles();
|
||||||
$data['Department'] = json_decode(json_encode($this->department_model->departmentListing()), true);
|
$data['Department'] = json_decode(json_encode($this->department_model->departmentListing(1)), true);
|
||||||
|
|
||||||
// echo "<pre>";
|
// echo "<pre>";
|
||||||
// print_r($data['Department']);
|
// print_r($data['Department']);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user