Merge pull request #18574 from deepeshgarg007/error_report_v12

fix: Remove payment order from bank dashboard
This commit is contained in:
Deepesh Garg 2019-08-03 12:16:52 +05:30 committed by GitHub
commit 2f1633bf41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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']
}
]
}