[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():
return {
'fieldname': 'prevdoc_docname',
'non_standard_fieldnames': {
'Supplier Quotation': 'opportunity',
},
'transactions': [
{
'label': _('Related'),