fix: quotation link in the lead dashboard not working and filter from the dashboard was not applying

This commit is contained in:
Rohit Waghchaure
2019-05-07 09:39:30 +05:30
parent 552615525c
commit 4a73059ed3
4 changed files with 16 additions and 5 deletions

View File

@@ -4,6 +4,10 @@ from frappe import _
def get_data():
return {
'fieldname': 'lead',
'non_standard_fieldnames': {
'Quotation': 'party_name',
'Opportunity': 'party_name'
},
'transactions': [
{
'items': ['Opportunity', 'Quotation']