mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-05 22:48:27 +00:00
updated recipients email in communication
This commit is contained in:
@@ -27,7 +27,7 @@ cur_frm.cscript.refresh = function() {
|
||||
list: wn.model.get("Communication", {"contact": doc.name}),
|
||||
parent: cur_frm.fields_dict.communication_html.wrapper,
|
||||
doc: doc,
|
||||
email: doc.email_id
|
||||
recipients: doc.email_id
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user