[fix] Get data in opportunity dashboard
This commit is contained in:
parent
ceca7fbc87
commit
1ac67b873c
@ -3,6 +3,9 @@ from frappe import _
|
||||
def get_data():
|
||||
return {
|
||||
'fieldname': 'prevdoc_docname',
|
||||
'non_standard_fieldnames': {
|
||||
'Supplier Quotation': 'opportunity',
|
||||
},
|
||||
'transactions': [
|
||||
{
|
||||
'label': _('Related'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user