fix: added item group in stock reco

(cherry picked from commit 116ff8241caeb98df28c91143a076dfa9e3179d6)
This commit is contained in:
Rohit Waghchaure 2024-01-14 10:05:26 +05:30 committed by Mergify
parent 15e116375b
commit eec6c25f9e

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",
@ -52,6 +53,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,
@ -213,11 +215,18 @@
"fieldname": "add_serial_batch_bundle", "fieldname": "add_serial_batch_bundle",
"fieldtype": "Button", "fieldtype": "Button",
"label": "Add Serial / Batch No" "label": "Add Serial / Batch No"
},
{
"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-11-02 15:47:07.929550", "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",