fix: pass method without calling
This commit is contained in:
parent
3ceb0ea4d7
commit
4e8b9d1e21
1 changed files with 1 additions and 1 deletions
|
|
@ -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'''
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue