mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-02 21:18:27 +00:00
[communication] [minor]
This commit is contained in:
@@ -16,7 +16,7 @@ cur_frm.cscript = {
|
||||
},
|
||||
make_listing: function(doc) {
|
||||
cur_frm.communication_view = new wn.views.CommunicationList({
|
||||
list: wn.model.get("Communication", {"job_applicant": doc.name}),
|
||||
list: wn.model.get("Communication", {"parent": doc.name, "parenttype": "Job Applicant"}),
|
||||
parent: cur_frm.fields_dict['thread_html'].wrapper,
|
||||
doc: doc,
|
||||
recipients: doc.email_id
|
||||
|
||||
Reference in New Issue
Block a user