commit | a3f393918d744b0a5a8dfdb646c0318b54476804 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Nov 03 15:13:03 2016 +0530 |
committer | GitHub <noreply@github.com> | Thu Nov 03 15:13:03 2016 +0530 |
tree | 61aeb0f7e2e90104ba11ad2d3cb1b3ed13836b07 | |
parent | 9f5f53490095b779202b7b60974e665df8cf3805 [diff] | |
parent | 1ac67b873c7f13c9c0faa29c8ad8bf0df930bee0 [diff] |
Merge pull request #6807 from nabinhait/hotfix [fix] Get data in opportunity dashboard
diff --git a/erpnext/crm/doctype/opportunity/opportunity_dashboard.py b/erpnext/crm/doctype/opportunity/opportunity_dashboard.py index 5fc8302..40ff6d0 100644 --- a/erpnext/crm/doctype/opportunity/opportunity_dashboard.py +++ b/erpnext/crm/doctype/opportunity/opportunity_dashboard.py
@@ -3,6 +3,9 @@ def get_data(): return { 'fieldname': 'prevdoc_docname', + 'non_standard_fieldnames': { + 'Supplier Quotation': 'opportunity', + }, 'transactions': [ { 'label': _('Related'),