CHANGE_OAUTH_ISSUE : AADHAVAN
This commit is contained in:
parent
20a8427bf2
commit
be69492e80
@ -71,7 +71,8 @@ class UserController extends AdminController
|
||||
$admin = 0;
|
||||
}
|
||||
foreach ($temp_team as $key => $value) {
|
||||
if($value == 2){
|
||||
$team = $this->teamModel->where('id' , $value)->first();
|
||||
if($team['name'] == 'Claims'){
|
||||
$hdz_staff = [
|
||||
'emp_code' => $userData['emp_code'],
|
||||
'fullname' => $userData['first_name'],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user