FIX_Partner manager la "UpdateID" already replaced by id . now fixed in updated section
This commit is contained in:
parent
dddfb36473
commit
6a41ccc290
@ -634,7 +634,7 @@ class UserController extends AdminController
|
||||
$text = "update";
|
||||
$data['updated_by'] = get_session_userid();
|
||||
|
||||
$result = $this->partnerStaffModel->update($updateID, $data);
|
||||
$result = $this->partnerStaffModel->update($id, $data);
|
||||
} else {
|
||||
$text = "create";
|
||||
$data['role_id'] = 1;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user