mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-11 22:38:25 +00:00
fix: inconsistent label name between parent and child
(cherry picked from commit d6e1ca0f10)
# Conflicts:
# erpnext/selling/doctype/sales_order_item/sales_order_item.json
This commit is contained in:
@@ -523,8 +523,12 @@
|
||||
"depends_on": "eval:doc.delivered_by_supplier!=1",
|
||||
"fieldname": "warehouse",
|
||||
"fieldtype": "Link",
|
||||
<<<<<<< HEAD
|
||||
"in_list_view": 1,
|
||||
"label": "Delivery Warehouse",
|
||||
=======
|
||||
"label": "Source Warehouse",
|
||||
>>>>>>> d6e1ca0f10 (fix: inconsistent label name between parent and child)
|
||||
"oldfieldname": "reserved_warehouse",
|
||||
"oldfieldtype": "Link",
|
||||
"options": "Warehouse",
|
||||
@@ -971,7 +975,11 @@
|
||||
"idx": 1,
|
||||
"istable": 1,
|
||||
"links": [],
|
||||
<<<<<<< HEAD
|
||||
"modified": "2025-02-28 09:45:44.934947",
|
||||
=======
|
||||
"modified": "2026-02-20 16:39:00.200328",
|
||||
>>>>>>> d6e1ca0f10 (fix: inconsistent label name between parent and child)
|
||||
"modified_by": "Administrator",
|
||||
"module": "Selling",
|
||||
"name": "Sales Order Item",
|
||||
|
||||
Reference in New Issue
Block a user