mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-22 08:08:29 +00:00
[fix] Opportunity communication listing
This commit is contained in:
@@ -28,7 +28,7 @@ erpnext.selling.Opportunity = frappe.ui.form.Controller.extend({
|
||||
|
||||
if(!this.frm.doc.__islocal) {
|
||||
cur_frm.communication_view = new frappe.views.CommunicationList({
|
||||
list: frappe.get_list("Communication", {"opportunity": this.frm.doc.name}),
|
||||
list: frappe.get_list("Communication", {"parent": this.frm.doc.name, "parenttype": "Opportunity"}),
|
||||
parent: cur_frm.fields_dict.communication_html.wrapper,
|
||||
doc: this.frm.doc,
|
||||
recipients: this.frm.doc.contact_email
|
||||
|
||||
Reference in New Issue
Block a user