mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
hotfix for desktop icon + updates to assign to and patch
This commit is contained in:
@@ -11,5 +11,6 @@ def execute():
|
||||
'assign_to': t['allocated_to'],
|
||||
'assigned_by': t['owner'],
|
||||
'description': t['subject'],
|
||||
'date': t['creation']
|
||||
'date': t['creation'],
|
||||
"no_notification": True
|
||||
})
|
||||
Reference in New Issue
Block a user