[fix] Get data in opportunity dashboard

This commit is contained in:
Nabin Hait 2016-11-03 10:59:44 +05:30
parent ceca7fbc87
commit 1ac67b873c

View File

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