fix(stock): set item_name to fetch if empty in packing slip item (#58925)

(cherry picked from commit f130c64530)

# Conflicts:
#	erpnext/stock/doctype/packing_slip_item/packing_slip_item.json
This commit is contained in:
Afsal Syed
2026-09-09 17:06:56 +05:30
committed by Afsal Syed
parent e37ba3f8cf
commit 9ba2159720

View File

@@ -41,6 +41,7 @@
}, },
{ {
"fetch_from": "item_code.item_name", "fetch_from": "item_code.item_name",
"fetch_if_empty": 1,
"fieldname": "item_name", "fieldname": "item_name",
"fieldtype": "Data", "fieldtype": "Data",
"in_list_view": 1, "in_list_view": 1,
@@ -149,4 +150,4 @@
"sort_order": "DESC", "sort_order": "DESC",
"states": [], "states": [],
"track_changes": 1 "track_changes": 1
} }