fix: Payment Order link fix in bank dashboard
This commit is contained in:
parent
fdb5e6b2e5
commit
c16ef32b6b
@ -6,6 +6,9 @@ from frappe import _
|
|||||||
def get_data():
|
def get_data():
|
||||||
return {
|
return {
|
||||||
'fieldname': 'bank',
|
'fieldname': 'bank',
|
||||||
|
'non_standard_fieldnames': {
|
||||||
|
'Paymnet Order': 'company_bank'
|
||||||
|
},
|
||||||
'transactions': [
|
'transactions': [
|
||||||
{
|
{
|
||||||
'label': _('Bank Deatils'),
|
'label': _('Bank Deatils'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user