updated recipients email in communication

This commit is contained in:
Rushabh Mehta
2012-12-12 16:13:29 +05:30
parent d1b2afcd18
commit 9e12af4b7c
5 changed files with 5 additions and 5 deletions

View File

@@ -107,7 +107,7 @@ cur_frm.cscript.refresh = function(doc, cdt, cdn) {
list: wn.model.get("Communication", {"quotation": doc.name}),
parent: cur_frm.fields_dict.communication_html.wrapper,
doc: doc,
email: doc.contact_email
recipients: doc.contact_email
});
}
}