mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-24 21:52:21 +01:00
fix: restore missing has_permission import
This commit is contained in:
@@ -6,6 +6,7 @@ from frappe.model.naming import set_name_by_naming_series
|
||||
from frappe.permissions import (
|
||||
add_user_permission,
|
||||
get_doc_permissions,
|
||||
has_permission,
|
||||
remove_user_permission,
|
||||
)
|
||||
from frappe.utils import cstr, getdate, today, validate_email_address
|
||||
|
||||
Reference in New Issue
Block a user