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:
parent
54694dd816
commit
935517d914
@ -197,6 +197,11 @@ def get_data():
|
|||||||
"name": "Bank Reconciliation Statement",
|
"name": "Bank Reconciliation Statement",
|
||||||
"is_query_report": True,
|
"is_query_report": True,
|
||||||
"doctype": "Journal Entry"
|
"doctype": "Journal Entry"
|
||||||
|
},{
|
||||||
|
"type": "page",
|
||||||
|
"name": "bank-reconciliation",
|
||||||
|
"label": _("Bank Reconciliation"),
|
||||||
|
"icon": "fa fa-bar-chart"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "report",
|
"type": "report",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user