mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 23:52:57 +00:00
fix: Remove payment order from bank dashboard
This commit is contained in:
@@ -10,9 +10,6 @@ def get_data():
|
|||||||
{
|
{
|
||||||
'label': _('Bank Deatils'),
|
'label': _('Bank Deatils'),
|
||||||
'items': ['Bank Account', 'Bank Guarantee']
|
'items': ['Bank Account', 'Bank Guarantee']
|
||||||
},
|
|
||||||
{
|
|
||||||
'items': ['Payment Order']
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user