mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
support ticket fix
This commit is contained in:
@@ -87,5 +87,5 @@ def update_feed(controller, method=None):
|
||||
doc = controller.doc
|
||||
if method in ['on_update', 'on_submit']:
|
||||
subject, color = feed_dict.get(doc.doctype, [None, None])
|
||||
if subject:
|
||||
if subject:
|
||||
make_feed('', doc.doctype, doc.name, doc.owner, subject % doc.fields, color)
|
||||
|
||||
Reference in New Issue
Block a user