Revert "Added bank account reference in supplier dashboard"

This reverts commit 7ee8a209647ee6a09557d8e40fc8712ec9321e49.
This commit is contained in:
P-Froggy 2020-02-18 01:05:19 +01:00
parent 4cc929cabb
commit e4d8ee5ba8

View File

@ -9,9 +9,8 @@ def get_data():
'heatmap_message': _('This is based on transactions against this Supplier. See timeline below for details'),
'fieldname': 'supplier',
'non_standard_fieldnames': {
'Payment Entry': 'party_name',
'Bank Account': 'party'
},
'Payment Entry': 'party_name'
},
'transactions': [
{
'label': _('Procurement'),
@ -25,10 +24,6 @@ def get_data():
'label': _('Payments'),
'items': ['Payment Entry']
},
{
'label': _('Bank'),
'items': ['Bank Account']
},
{
'label': _('Pricing'),
'items': ['Pricing Rule']