mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 06:59:20 +00:00
feed fix
This commit is contained in:
@@ -95,7 +95,6 @@ def update_feed(doc, method):
|
||||
"adds a new feed"
|
||||
if method=='validate':
|
||||
return
|
||||
|
||||
subject, color = feed_dict.get(doc.doctype, [None, None])
|
||||
if subject:
|
||||
subject = subject % doc.fields
|
||||
|
||||
Reference in New Issue
Block a user