commit | 76a8c7559226d5f8b1393f22f0e9df5d51bfb4c4 | [log] [tgz] |
---|---|---|
author | Stefan Siegel <ssiegel@sdas.net> | Fri Oct 03 13:25:42 2014 +0200 |
committer | Stefan Siegel <ssiegel@sdas.net> | Fri Oct 03 13:25:42 2014 +0200 |
tree | 8a4dbcea9574c87fb05f1a24ab4b076de07238ca | |
parent | 52527d2fe600861690ce315c31158c5abcb4efc3 [diff] |
Fix opportunities not showing in "Linked With" dialog
diff --git a/erpnext/selling/doctype/opportunity/opportunity.json b/erpnext/selling/doctype/opportunity/opportunity.json index fdda647..270fe77 100644 --- a/erpnext/selling/doctype/opportunity/opportunity.json +++ b/erpnext/selling/doctype/opportunity/opportunity.json
@@ -29,6 +29,7 @@ { "fieldname": "enquiry_from", "fieldtype": "Select", + "in_list_view": 1, "label": "Opportunity From", "oldfieldname": "enquiry_from", "oldfieldtype": "Select",