From a520d06c3f41c3b85ddfb20e5cf02648f773bb58 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 (cherry picked from commit c1812f74e8b4b4efe43e195d312064204d976732) # Conflicts: # erpnext/stock/doctype/warehouse/warehouse.json --- erpnext/stock/doctype/warehouse/warehouse.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/erpnext/stock/doctype/warehouse/warehouse.json b/erpnext/stock/doctype/warehouse/warehouse.json index 7b0cade3ca4..d9f591ac3f8 100644 --- a/erpnext/stock/doctype/warehouse/warehouse.json +++ b/erpnext/stock/doctype/warehouse/warehouse.json @@ -263,7 +263,11 @@ "idx": 1, "is_tree": 1, "links": [], +<<<<<<< HEAD "modified": "2024-01-24 16:27:28.299520", +======= + "modified": "2024-08-14 16:08:15.733597", +>>>>>>> c1812f74e8 (fix: disable rename from warehouse) "modified_by": "Administrator", "module": "Stock", "name": "Warehouse", @@ -320,6 +324,5 @@ "sort_field": "modified", "sort_order": "DESC", "states": [], - "title_field": "warehouse_name", "track_changes": 1 -} \ No newline at end of file +}