From c1812f74e8b4b4efe43e195d312064204d976732 Mon Sep 17 00:00:00 2001 From: "Nihantra C. Patel" <141945075+Nihantra-Patel@users.noreply.github.com> Date: Wed, 14 Aug 2024 16:11:50 +0530 Subject: [PATCH] fix: disable rename from warehouse --- erpnext/stock/doctype/warehouse/warehouse.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/erpnext/stock/doctype/warehouse/warehouse.json b/erpnext/stock/doctype/warehouse/warehouse.json index b4c43835e4a..3e338dd3dfe 100644 --- a/erpnext/stock/doctype/warehouse/warehouse.json +++ b/erpnext/stock/doctype/warehouse/warehouse.json @@ -263,7 +263,7 @@ "idx": 1, "is_tree": 1, "links": [], - "modified": "2024-03-27 13:10:59.216651", + "modified": "2024-08-14 16:08:15.733597", "modified_by": "Administrator", "module": "Stock", "name": "Warehouse", @@ -320,6 +320,5 @@ "sort_field": "creation", "sort_order": "DESC", "states": [], - "title_field": "warehouse_name", "track_changes": 1 -} \ No newline at end of file +}