fix: Remove non standard fieldname

This commit is contained in:
deepeshgarg007 2019-08-03 10:27:33 +05:30
parent 75465775b4
commit a499079250

View File

@ -6,9 +6,6 @@ from frappe import _
def get_data():
return {
'fieldname': 'bank',
'non_standard_fieldnames': {
'Paymnet Order': 'company_bank'
},
'transactions': [
{
'label': _('Bank Deatils'),