diff --git a/erpnext/crm/doctype/opportunity/opportunity_dashboard.py b/erpnext/crm/doctype/opportunity/opportunity_dashboard.py index d4c5e024ab2..d3a10bcba8a 100644 --- a/erpnext/crm/doctype/opportunity/opportunity_dashboard.py +++ b/erpnext/crm/doctype/opportunity/opportunity_dashboard.py @@ -2,6 +2,6 @@ def get_data(): return { "fieldname": "opportunity", "transactions": [ - {"items": ["Quotation", "Supplier Quotation"]}, + {"items": ["Quotation", "Request for Quotation", "Supplier Quotation"]}, ], }