From 232cc16bbbba168b4e4e191f23e99c9e3d41a2d1 Mon Sep 17 00:00:00 2001 From: ruthra kumar Date: Mon, 22 Dec 2025 12:15:26 +0530 Subject: [PATCH] refactor: add process payment reconciliation to sidebar --- erpnext/workspace_sidebar/accounting.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/erpnext/workspace_sidebar/accounting.json b/erpnext/workspace_sidebar/accounting.json index 8767e96a22a..31212b400a6 100644 --- a/erpnext/workspace_sidebar/accounting.json +++ b/erpnext/workspace_sidebar/accounting.json @@ -187,6 +187,17 @@ "show_arrow": 0, "type": "Link" }, + { + "child": 1, + "collapsible": 1, + "indent": 0, + "keep_closed": 0, + "label": "Process Payment Reconciliation", + "link_to": "Process Payment Reconciliation", + "link_type": "DocType", + "show_arrow": 0, + "type": "Link" + }, { "child": 0, "collapsible": 1, @@ -387,7 +398,7 @@ "type": "Link" } ], - "modified": "2025-11-25 10:46:09.814457", + "modified": "2025-12-22 12:15:16.026791", "modified_by": "Administrator", "module": "Accounts", "name": "Accounting",