Merge pull request #6807 from nabinhait/hotfix

[fix] Get data in opportunity dashboard
This commit is contained in:
Nabin Hait 2016-11-03 15:13:03 +05:30 committed by GitHub
commit a3f393918d

View File

@ -3,6 +3,9 @@ from frappe import _
def get_data():
return {
'fieldname': 'prevdoc_docname',
'non_standard_fieldnames': {
'Supplier Quotation': 'opportunity',
},
'transactions': [
{
'label': _('Related'),