fix: added bank reconciliation page in the accounting module (#19719)

* fix: added bank reconcilation page inaccounting module

* Update accounts.py
This commit is contained in:
Anurag Mishra 2019-11-29 18:08:42 +05:30 committed by Nabin Hait
parent 54694dd816
commit 935517d914

View File

@ -197,6 +197,11 @@ def get_data():
"name": "Bank Reconciliation Statement",
"is_query_report": True,
"doctype": "Journal Entry"
},{
"type": "page",
"name": "bank-reconciliation",
"label": _("Bank Reconciliation"),
"icon": "fa fa-bar-chart"
},
{
"type": "report",