fix: Address filtering fix in opportunity

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

View File

@@ -18,6 +18,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) {