fix: Remove payment order from bank dashboard

This commit is contained in:
deepeshgarg007 2019-08-03 10:17:44 +05:30
parent fdb5e6b2e5
commit b0916a35dc

View File

@ -10,9 +10,6 @@ def get_data():
{
'label': _('Bank Deatils'),
'items': ['Bank Account', 'Bank Guarantee']
},
{
'items': ['Payment Order']
}
]
}