commit | eac54612296dc3cd02dc5711dc24fa1bfb11bcce | [log] [tgz] |
---|---|---|
author | deepeshgarg007 <deepeshgarg6@gmail.com> | Mon Jul 15 13:55:08 2019 +0530 |
committer | deepeshgarg007 <deepeshgarg6@gmail.com> | Mon Jul 15 13:55:08 2019 +0530 |
tree | 80096c8e402e99ac541ae86bd510edc58ada1f9c | |
parent | d5fcab5f8197325c775eebd3a24ead49713f8a25 [diff] |
fix: Address filtering fix in opportunity
diff --git a/erpnext/crm/doctype/opportunity/opportunity.js b/erpnext/crm/doctype/opportunity/opportunity.js index 9dcd0c4..90a12b7 100644 --- a/erpnext/crm/doctype/opportunity/opportunity.js +++ b/erpnext/crm/doctype/opportunity/opportunity.js
@@ -19,6 +19,10 @@ } } }); + + if (frm.doc.opportunity_from && frm.doc.party_name){ + frm.trigger('set_contact_link'); + } }, onload_post_render: function(frm) {