diff --git a/erpnext/crm/doctype/opportunity/opportunity_dashboard.py b/erpnext/crm/doctype/opportunity/opportunity_dashboard.py index 08d5657bb7a..782acfd9400 100644 --- a/erpnext/crm/doctype/opportunity/opportunity_dashboard.py +++ b/erpnext/crm/doctype/opportunity/opportunity_dashboard.py @@ -1,11 +1,14 @@ from frappe import _ data = { - 'fieldname': 'prevdoc_docname', + 'fieldname': 'opportunity', + 'non_standard_fieldnames': { + 'Quotation': 'prevdoc_docname' + }, 'transactions': [ { 'label': _('Related'), - 'items': ['Quotation'] + 'items': ['Quotation', 'Supplier Quotation'] }, ] } \ No newline at end of file