Change the field name for Payment Entry (#18874)

In the Payment Entry Form, the field name for customer name is 'party' instead of 'party_name'. 
Need to change the customer_dashboard file accordingly.
This commit is contained in:
Andy Zhu 2019-09-05 21:31:38 +12:00 committed by Nabin Hait
parent a7d448dcba
commit 91596f2467

View File

@ -9,7 +9,7 @@ def get_data():
'heatmap_message': _('This is based on transactions against this Customer. See timeline below for details'),
'fieldname': 'customer',
'non_standard_fieldnames': {
'Payment Entry': 'party_name',
'Payment Entry': 'party',
'Quotation': 'party_name',
'Opportunity': 'party_name'
},