fix: pass method without calling

This commit is contained in:
Faris Ansari 2019-10-21 13:25:13 +05:30
parent 3ceb0ea4d7
commit 4e8b9d1e21

View file

@ -196,7 +196,7 @@ def get_notification_config():
config[key].update(nc.get(key, {}))
return config
return frappe.cache().hget("notification_config", frappe.session.user, _get())
return frappe.cache().hget("notification_config", frappe.session.user, _get)
def get_filters_for(doctype):
'''get open filters for doctype'''