chore: add missing return statement (#8339)
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
This commit is contained in:
parent
1da536a3fd
commit
ce3bc8e133
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ def reset(doctype):
|
|||
@frappe.whitelist()
|
||||
def get_users_with_role(role):
|
||||
frappe.only_for("System Manager")
|
||||
_get_user_with_role(role)
|
||||
return _get_user_with_role(role)
|
||||
|
||||
@frappe.whitelist()
|
||||
def get_standard_permissions(doctype):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue