Update desktop.py
This commit is contained in:
parent
e7601d2357
commit
cdc168586a
1 changed files with 1 additions and 3 deletions
|
|
@ -20,6 +20,4 @@ def get_help_messages():
|
|||
for fn in frappe.get_hooks('get_help_messages'):
|
||||
messages += frappe.get_attr(fn)()
|
||||
|
||||
print sorted(messages, lambda a, b: cmp(a.get('count'), b.get('count')))
|
||||
|
||||
return sorted(messages, lambda a, b: cmp(a.get('count'), b.get('count')))
|
||||
return sorted(messages, lambda a, b: cmp(a.get('count'), b.get('count')))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue