fix: Subscripition link in Customer dashboard (#22960)
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com>
This commit is contained in:
parent
d119db856b
commit
b1e2cdd4d2
@ -12,7 +12,8 @@ def get_data():
|
|||||||
'Payment Entry': 'party',
|
'Payment Entry': 'party',
|
||||||
'Quotation': 'party_name',
|
'Quotation': 'party_name',
|
||||||
'Opportunity': 'party_name',
|
'Opportunity': 'party_name',
|
||||||
'Bank Account': 'party'
|
'Bank Account': 'party',
|
||||||
|
'Subscription': 'party'
|
||||||
},
|
},
|
||||||
'dynamic_links': {
|
'dynamic_links': {
|
||||||
'party_name': ['Customer', 'quotation_to']
|
'party_name': ['Customer', 'quotation_to']
|
||||||
|
Loading…
Reference in New Issue
Block a user