Merge pull request #2411 from nabinhait/fix1

minor fix
This commit is contained in:
Nabin Hait
2014-11-14 15:19:51 +05:30

View File

@@ -23,8 +23,7 @@ cur_frm.cscript.refresh = function(doc, dt, dn) {
cur_frm.communication_view = new frappe.views.CommunicationList({
parent: cur_frm.fields_dict.communication_html.wrapper,
doc: doc,
recipients: doc.email_id
doc: doc
});
}
}