From 96829787b9d953ddbf63ef01385b3c3baeb3f499 Mon Sep 17 00:00:00 2001 From: ruthra kumar Date: Fri, 19 Dec 2025 17:33:46 +0530 Subject: [PATCH] refactor: move receivables and payables outside of group --- erpnext/desktop_icon/payables.json | 4 ++-- erpnext/desktop_icon/receivables.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/erpnext/desktop_icon/payables.json b/erpnext/desktop_icon/payables.json index 0c8064d4d2c..eab39b93d85 100644 --- a/erpnext/desktop_icon/payables.json +++ b/erpnext/desktop_icon/payables.json @@ -10,11 +10,11 @@ "label": "Payables", "link_to": "Payables", "link_type": "Workspace", - "modified": "2025-11-17 15:53:14.737052", + "modified": "2025-12-19 17:33:27.877083", "modified_by": "Administrator", "name": "Payables", "owner": "Administrator", - "parent_icon": "Accounts", + "parent_icon": "", "roles": [], "standard": 1 } diff --git a/erpnext/desktop_icon/receivables.json b/erpnext/desktop_icon/receivables.json index ebf59afd781..3783d46414c 100644 --- a/erpnext/desktop_icon/receivables.json +++ b/erpnext/desktop_icon/receivables.json @@ -10,11 +10,11 @@ "label": "Receivables", "link_to": "Receivables", "link_type": "Workspace", - "modified": "2025-11-17 15:53:24.958812", + "modified": "2025-12-19 17:26:13.072005", "modified_by": "Administrator", "name": "Receivables", "owner": "Administrator", - "parent_icon": "Accounts", + "parent_icon": "", "roles": [], "standard": 1 }