Merge pull request #39364 from frappe/mergify/bp/version-14-hotfix/pr-39359

fix: added item group in stock reco (backport #39359)
This commit is contained in:
rohitwaghchaure
2024-01-14 11:24:08 +05:30
committed by GitHub

View File

@@ -10,8 +10,9 @@
"has_item_scanned", "has_item_scanned",
"item_code", "item_code",
"item_name", "item_name",
"warehouse", "item_group",
"column_break_6", "column_break_6",
"warehouse",
"qty", "qty",
"valuation_rate", "valuation_rate",
"amount", "amount",
@@ -49,6 +50,7 @@
"reqd": 1 "reqd": 1
}, },
{ {
"fetch_from": "item_code.item_name",
"fieldname": "item_name", "fieldname": "item_name",
"fieldtype": "Data", "fieldtype": "Data",
"in_global_search": 1, "in_global_search": 1,
@@ -186,11 +188,18 @@
"fieldtype": "Data", "fieldtype": "Data",
"label": "Has Item Scanned", "label": "Has Item Scanned",
"read_only": 1 "read_only": 1
},
{
"fetch_from": "item_code.item_group",
"fieldname": "item_group",
"fieldtype": "Link",
"label": "Item Group",
"options": "Item Group"
} }
], ],
"istable": 1, "istable": 1,
"links": [], "links": [],
"modified": "2023-07-25 11:58:44.992419", "modified": "2024-01-14 10:04:23.599951",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Stock Reconciliation Item", "name": "Stock Reconciliation Item",
@@ -201,4 +210,4 @@
"sort_order": "DESC", "sort_order": "DESC",
"states": [], "states": [],
"track_changes": 1 "track_changes": 1
} }