Merge pull request #59077 from frappe/mergify/bp/version-15-hotfix/pr-58925

fix(stock): set item_name to fetch if empty in packing slip item (backport #58925)
This commit is contained in:
Sudharsanan Ashok
2026-09-15 18:55:46 +05:30
committed by GitHub

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
}
}