Skip to content

Commit

Permalink
fix: disable rename from warehouse
Browse files Browse the repository at this point in the history
(cherry picked from commit c1812f7)

# Conflicts:
#	erpnext/stock/doctype/warehouse/warehouse.json
  • Loading branch information
Nihantra-Patel authored and mergify[bot] committed Aug 14, 2024
1 parent 695297b commit a520d06
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions erpnext/stock/doctype/warehouse/warehouse.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -320,6 +324,5 @@
"sort_field": "modified",
"sort_order": "DESC",
"states": [],
"title_field": "warehouse_name",
"track_changes": 1
}
}

0 comments on commit a520d06

Please sign in to comment.