fix: Remove payment order from bank dashboard

This commit is contained in:
deepeshgarg007 2019-08-03 10:17:44 +05:30
parent 4b3b358ac6
commit 93e46310b8

View File

@ -6,16 +6,10 @@ from frappe import _
def get_data():
return {
'fieldname': 'bank',
'non_standard_fieldnames': {
'Paymnet Order': 'company_bank'
},
'transactions': [
{
'label': _('Bank Deatils'),
'items': ['Bank Account', 'Bank Guarantee']
},
{
'items': ['Payment Order']
}
]
}