mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 23:52:57 +00:00
bugfix: blog
This commit is contained in:
@@ -116,7 +116,7 @@ def add_comment(args=None):
|
|||||||
args.get('comment_docname'), as_dict=1)[0]
|
args.get('comment_docname'), as_dict=1)[0]
|
||||||
|
|
||||||
from webnotes.utils.email_lib.bulk import send
|
from webnotes.utils.email_lib.bulk import send
|
||||||
send(recipients=list(set(commentors + [blog['owner']]),
|
send(recipients=list(set(commentors + [blog['owner']])),
|
||||||
doctype='Comment',
|
doctype='Comment',
|
||||||
email_field='comment_by',
|
email_field='comment_by',
|
||||||
first_name_field="comment_by_fullname",
|
first_name_field="comment_by_fullname",
|
||||||
|
|||||||
Reference in New Issue
Block a user