mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
fix: remove hook that does nothing
This commit is contained in:
@@ -335,10 +335,7 @@ doc_events = {
|
||||
"User": {
|
||||
"after_insert": "frappe.contacts.doctype.contact.contact.update_contact",
|
||||
"validate": "erpnext.setup.doctype.employee.employee.validate_employee_role",
|
||||
"on_update": [
|
||||
"erpnext.setup.doctype.employee.employee.update_user_permissions",
|
||||
"erpnext.portal.utils.set_default_role",
|
||||
],
|
||||
"on_update": "erpnext.portal.utils.set_default_role",
|
||||
},
|
||||
"Communication": {
|
||||
"on_update": [
|
||||
|
||||
Reference in New Issue
Block a user