From f704ade4178b4325975542da1ea47b2bd8481c1e Mon Sep 17 00:00:00 2001 From: Akhil Narang Date: Fri, 13 Dec 2024 14:39:59 +0530 Subject: [PATCH] fix(selling): set workspace type and app Signed-off-by: Akhil Narang --- erpnext/selling/workspace/selling/selling.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/erpnext/selling/workspace/selling/selling.json b/erpnext/selling/workspace/selling/selling.json index b10a99544af..12de0d7501a 100644 --- a/erpnext/selling/workspace/selling/selling.json +++ b/erpnext/selling/workspace/selling/selling.json @@ -1,4 +1,5 @@ { + "app": "erpnext", "charts": [ { "chart_name": "Sales Order Trends", @@ -621,7 +622,7 @@ "type": "Link" } ], - "modified": "2024-07-18 04:16:18.176054", + "modified": "2024-12-13 14:37:39.781540", "modified_by": "Administrator", "module": "Selling", "name": "Selling", @@ -676,5 +677,6 @@ "type": "Dashboard" } ], - "title": "Selling" -} + "title": "Selling", + "type": "Workspace" +} \ No newline at end of file