commit | a49907925067d899ea1058ef2daa6b1c96f4a038 | [log] [tgz] |
---|---|---|
author | deepeshgarg007 <deepeshgarg6@gmail.com> | Sat Aug 03 10:27:33 2019 +0530 |
committer | deepeshgarg007 <deepeshgarg6@gmail.com> | Sat Aug 03 10:27:33 2019 +0530 |
tree | ee36039addd515f917662fe15b7e0c7dd5763b9e | |
parent | 75465775b488146834da1a9de1aa35d7a5170b0e [diff] |
fix: Remove non standard fieldname
diff --git a/erpnext/accounts/doctype/bank/bank_dashboard.py b/erpnext/accounts/doctype/bank/bank_dashboard.py index 42838c9..4a1dad8 100644 --- a/erpnext/accounts/doctype/bank/bank_dashboard.py +++ b/erpnext/accounts/doctype/bank/bank_dashboard.py
@@ -6,9 +6,6 @@ def get_data(): return { 'fieldname': 'bank', - 'non_standard_fieldnames': { - 'Paymnet Order': 'company_bank' - }, 'transactions': [ { 'label': _('Bank Deatils'),