Merge pull request #22227 from frappe/opportunity-dashboard

fix: Links in opportunity dashboard
This commit is contained in:
Deepesh Garg 2020-06-13 22:16:10 +05:30 committed by GitHub
commit dcdd1f3d9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,7 @@ from frappe import _
def get_data():
return {
'fieldname': 'prevdoc_docname',
'non_standard_fieldnames': {
'Supplier Quotation': 'opportunity',
'Quotation': 'opportunity'
},
'fieldname': 'opportunity',
'transactions': [
{
'items': ['Quotation', 'Supplier Quotation']