commit | b0916a35dc0049105acb3b2b62a579353e57d33a | [log] [tgz] |
---|---|---|
author | deepeshgarg007 <deepeshgarg6@gmail.com> | Sat Aug 03 10:17:44 2019 +0530 |
committer | deepeshgarg007 <deepeshgarg6@gmail.com> | Sat Aug 03 10:24:04 2019 +0530 |
tree | c32cfc604cfdf5e02a188024b0da38eabe02b2ca | |
parent | fdb5e6b2e5f879826fefc16482e9a810a0b7128f [diff] |
fix: Remove payment order from bank dashboard
diff --git a/erpnext/accounts/doctype/bank/bank_dashboard.py b/erpnext/accounts/doctype/bank/bank_dashboard.py index 4324041..4a1dad8 100644 --- a/erpnext/accounts/doctype/bank/bank_dashboard.py +++ b/erpnext/accounts/doctype/bank/bank_dashboard.py
@@ -10,9 +10,6 @@ { 'label': _('Bank Deatils'), 'items': ['Bank Account', 'Bank Guarantee'] - }, - { - 'items': ['Payment Order'] } ] }