This commit is contained in:
VE10-Sanjeev 2025-03-28 04:49:29 +00:00
parent 1068d26e51
commit 93316bb4ce

View File

@ -938,7 +938,7 @@ class User extends BaseController
// {
$data['EmpList'] = $this->user_model->rolesNotAllotedEmployees();
$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>";
// print_r($data['Department']);