mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-24 17:18:30 +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]
|
||||
|
||||
from webnotes.utils.email_lib.bulk import send
|
||||
send(recipients=list(set(commentors + [blog['owner']]),
|
||||
send(recipients=list(set(commentors + [blog['owner']])),
|
||||
doctype='Comment',
|
||||
email_field='comment_by',
|
||||
first_name_field="comment_by_fullname",
|
||||
|
||||
Reference in New Issue
Block a user