fix: patch

This commit is contained in:
Rohit Waghchaure 2019-11-21 19:36:04 +05:30
parent f3363ac241
commit c3fcbce168

View file

@ -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: