mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-20 15:32:14 +00:00
fix: disable rename from warehouse
(cherry picked from commit c1812f74e8)
# Conflicts:
# erpnext/stock/doctype/warehouse/warehouse.json
This commit is contained in:
committed by
Mergify
parent
2933a86458
commit
40abd82e2d
@@ -263,7 +263,11 @@
|
|||||||
"idx": 1,
|
"idx": 1,
|
||||||
"is_tree": 1,
|
"is_tree": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
|
<<<<<<< HEAD
|
||||||
"modified": "2024-01-24 16:27:28.299520",
|
"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",
|
"modified_by": "Administrator",
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "Warehouse",
|
"name": "Warehouse",
|
||||||
@@ -320,6 +324,5 @@
|
|||||||
"sort_field": "modified",
|
"sort_field": "modified",
|
||||||
"sort_order": "DESC",
|
"sort_order": "DESC",
|
||||||
"states": [],
|
"states": [],
|
||||||
"title_field": "warehouse_name",
|
|
||||||
"track_changes": 1
|
"track_changes": 1
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user