Skip to content

Commit e107d43

Browse files
fix: Address filtering fix in opportunity
1 parent af561be commit e107d43

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

erpnext/crm/doctype/opportunity/opportunity.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ frappe.ui.form.on("Opportunity", {
1818
}
1919
}
2020
});
21+
22+
if (frm.doc.opportunity_from && frm.doc.party_name){
23+
frm.trigger('set_contact_link');
24+
}
2125
},
2226

2327
onload_post_render: function(frm) {

0 commit comments

Comments
 (0)