From 54c1642e3b51d1f180152fa4c4dc61c9ec236d8f Mon Sep 17 00:00:00 2001 From: HENRY Florian Date: Tue, 31 Jan 2023 04:20:34 +0100 Subject: [PATCH] fix: enable customs in Selling Workpace by default (#33853) * fix: enable customs in Selling Workpace by default * fix: enable customs in Selling Workpace by default --- erpnext/selling/workspace/selling/selling.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/erpnext/selling/workspace/selling/selling.json b/erpnext/selling/workspace/selling/selling.json index 879034a0dfcc..364fe5df6d68 100644 --- a/erpnext/selling/workspace/selling/selling.json +++ b/erpnext/selling/workspace/selling/selling.json @@ -13,9 +13,10 @@ "docstatus": 0, "doctype": "Workspace", "extends_another_page": 0, - "hide_custom": 1, + "hide_custom": 0, "icon": "sell", "idx": 0, + "is_default": 0, "is_standard": 1, "label": "Selling", "links": [ @@ -515,7 +516,7 @@ "type": "Link" } ], - "modified": "2020-12-01 13:38:35.971277", + "modified": "2023-01-28 17:10:02.716760", "modified_by": "Administrator", "module": "Selling", "name": "Selling",