mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-18 17:55:40 +00:00
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:
committed by
Nabin Hait
parent
54694dd816
commit
935517d914
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user