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 1c576a6f1c
commit 99afc2e6eb

View File

@@ -41,6 +41,7 @@
},
{
"fetch_from": "item_code.item_name",
"fetch_if_empty": 1,
"fieldname": "item_name",
"fieldtype": "Data",
"in_list_view": 1,
@@ -138,7 +139,7 @@
"idx": 1,
"istable": 1,
"links": [],
"modified": "2023-04-28 15:00:14.079306",
"modified": "2026-09-09 13:04:53.623636",
"modified_by": "Administrator",
"module": "Stock",
"name": "Packing Slip Item",
@@ -149,4 +150,4 @@
"sort_order": "DESC",
"states": [],
"track_changes": 1
}
}