chore: language
This commit is contained in:
parent
a6c73dfdbe
commit
dcf6a45537
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ def print_has_permission_check_logs(func):
|
|||
result = func(*args, **kwargs)
|
||||
|
||||
# print only if access denied
|
||||
# and if user is checking his own permission
|
||||
# and if user is checking their own permission
|
||||
if not result and self_perm_check and print_logs:
|
||||
msgprint(("<br>").join(frappe.flags.get("has_permission_check_logs", [])))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue