Merge pull request #22980 from sahil28297/sub_dashboard_link_v13

fix: Subscripition link in Customer dashboard (#22960)
This commit is contained in:
sahil28297 2020-08-10 15:59:58 +05:30 committed by GitHub
commit e183161158
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,8 @@ def get_data():
'Payment Entry': 'party',
'Quotation': 'party_name',
'Opportunity': 'party_name',
'Bank Account': 'party'
'Bank Account': 'party',
'Subscription': 'party'
},
'dynamic_links': {
'party_name': ['Customer', 'quotation_to']