GWM : removed emp_id from staff
This commit is contained in:
parent
12aa68ebb4
commit
c05f0e5a9f
@ -122,7 +122,6 @@ class StaffController extends ResourceController
|
||||
'role_id' => $data['role_id'],
|
||||
'manager_id' => $data['manager_id'],
|
||||
'handler_id' => $data['handler_id'] ?? null,
|
||||
'emp_id' => $data['emp_id'],
|
||||
'created_by' => $data['created_by']
|
||||
];
|
||||
|
||||
@ -160,9 +159,8 @@ class StaffController extends ResourceController
|
||||
'email' => $data['email'],
|
||||
'mobile' => $data['mobile'],
|
||||
'role_id' => $data['role_id'] ?? null,
|
||||
'emp_id' => $data['emp_id'] ?? null,
|
||||
'handler_id' => $data['handler_id'] ?? null,
|
||||
'updated_by' => $data['updated_by'] ?? null,
|
||||
'updated_by' => $data['updated_by'] ?? null,
|
||||
];
|
||||
|
||||
|
||||
|
||||
@ -12,7 +12,6 @@ class StaffModel extends Model
|
||||
'name',
|
||||
'email',
|
||||
'mobile',
|
||||
'emp_id',
|
||||
'role_id',
|
||||
'manager_id',
|
||||
'handler_id',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user