From 76a8c7559226d5f8b1393f22f0e9df5d51bfb4c4 Mon Sep 17 00:00:00 2001 From: Stefan Siegel Date: Fri, 3 Oct 2014 13:25:42 +0200 Subject: [PATCH] Fix opportunities not showing in "Linked With" dialog --- erpnext/selling/doctype/opportunity/opportunity.json | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/selling/doctype/opportunity/opportunity.json b/erpnext/selling/doctype/opportunity/opportunity.json index fdda6470da2..270fe779fe2 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",