commit | c16ef32b6bf874d8d16f21ed11172032a9b59c2c | [log] [tgz] |
---|---|---|
author | deepeshgarg007 <deepeshgarg6@gmail.com> | Thu Aug 01 13:24:48 2019 +0530 |
committer | deepeshgarg007 <deepeshgarg6@gmail.com> | Thu Aug 01 14:10:03 2019 +0530 |
tree | 372a5c4e2f98a6744159239365754a8b73a0b65c | |
parent | fdb5e6b2e5f879826fefc16482e9a810a0b7128f [diff] |
fix: Payment Order link fix in bank dashboard
diff --git a/erpnext/accounts/doctype/bank/bank_dashboard.py b/erpnext/accounts/doctype/bank/bank_dashboard.py index 4324041..e047b9a 100644 --- a/erpnext/accounts/doctype/bank/bank_dashboard.py +++ b/erpnext/accounts/doctype/bank/bank_dashboard.py
@@ -6,6 +6,9 @@ def get_data(): return { 'fieldname': 'bank', + 'non_standard_fieldnames': { + 'Paymnet Order': 'company_bank' + }, 'transactions': [ { 'label': _('Bank Deatils'),