fix: patch
This commit is contained in:
parent
f3363ac241
commit
c3fcbce168
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ from frappe.desk.doctype.notification_settings.notification_settings import crea
|
|||
|
||||
def execute():
|
||||
frappe.reload_doc('desk', 'doctype', 'notification_settings')
|
||||
frappe.reload_doc('desk', 'doctype', 'notification_subscribed_document')
|
||||
|
||||
users = frappe.db.get_all('User', fields=['name'])
|
||||
for user in users:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue