fix: Address filtering fix in opportunity

This commit is contained in:
deepeshgarg007 2019-07-15 13:55:08 +05:30
parent d5fcab5f81
commit eac5461229

View File

@ -19,6 +19,10 @@ frappe.ui.form.on("Opportunity", {
}
}
});
if (frm.doc.opportunity_from && frm.doc.party_name){
frm.trigger('set_contact_link');
}
},
onload_post_render: function(frm) {