mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 05:09:11 +00:00
assign_to / messages public bug
This commit is contained in:
@@ -72,6 +72,7 @@ def post(arg=None):
|
||||
arg.update(webnotes.form_dict)
|
||||
from webnotes.model.doc import Document
|
||||
d = Document('Comment')
|
||||
d.parenttype = arg.get("parenttype")
|
||||
d.comment = arg['txt']
|
||||
d.comment_docname = arg['contact']
|
||||
d.comment_doctype = 'Message'
|
||||
|
||||
Reference in New Issue
Block a user