From 1ac67b873c7f13c9c0faa29c8ad8bf0df930bee0 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Thu, 3 Nov 2016 10:59:44 +0530 Subject: [PATCH] [fix] Get data in opportunity dashboard --- erpnext/crm/doctype/opportunity/opportunity_dashboard.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/erpnext/crm/doctype/opportunity/opportunity_dashboard.py b/erpnext/crm/doctype/opportunity/opportunity_dashboard.py index 5fc83021ff..40ff6d0c1a 100644 --- a/erpnext/crm/doctype/opportunity/opportunity_dashboard.py +++ b/erpnext/crm/doctype/opportunity/opportunity_dashboard.py @@ -3,6 +3,9 @@ from frappe import _ def get_data(): return { 'fieldname': 'prevdoc_docname', + 'non_standard_fieldnames': { + 'Supplier Quotation': 'opportunity', + }, 'transactions': [ { 'label': _('Related'),