Merge pull request #2402 from jorxzpagta/patch-1

Update supplier.js [Displaying Messages on the Communation History]
This commit is contained in:
Nabin Hait 2014-11-14 15:05:11 +05:30
commit 6b5d51ca22

View File

@ -22,10 +22,10 @@ cur_frm.cscript.refresh = function(doc, dt, dn) {
cur_frm.cscript.make_contact(doc,dt,dn);
cur_frm.communication_view = new frappe.views.CommunicationList({
list: frappe.get_list("Communication", {"supplier": doc.name}),
parent: cur_frm.fields_dict.communication_html.wrapper,
doc: doc
})
doc: doc,
recipients: doc.email_id
});
}
}