commit | 8704bc6f39bc829a5ce334788ae56ffa2a6cb338 | [log] [tgz] |
---|---|---|
author | deepeshgarg007 <deepeshgarg6@gmail.com> | Thu Aug 01 13:24:48 2019 +0530 |
committer | deepeshgarg007 <deepeshgarg6@gmail.com> | Thu Aug 01 13:24:48 2019 +0530 |
tree | ed0b528d3db717213ad1aff8a058b8d7207a9904 | |
parent | d301d26fda50b85b79fd56c6883f865d6ff65f4c [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'),