fix: Payment Order link fix in bank dashboard

This commit is contained in:
deepeshgarg007 2019-08-01 13:24:48 +05:30
parent d301d26fda
commit 8704bc6f39

View File

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