Merge pull request #39359 from rohitwaghchaure/fixed-added-field-item-group-in-stock-reco

fix: added item group in stock reco
This commit is contained in:
rohitwaghchaure 2024-01-14 10:27:40 +05:30 committed by GitHub
commit 0b525f9d87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",