Merge pull request #18321 from deepeshgarg007/quo_opp_address_fix_hotfix

fix: Address filtering fix in opportunity
This commit is contained in:
Deepesh Garg
2019-07-16 09:03:07 +05:30
committed by GitHub

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) {