Merge pull request #47792 from mihir-kandoi/st39718

feat: show item name for raw materials in BOM creator
This commit is contained in:
Mihir Kandoi
2025-05-28 19:52:13 +05:30
committed by GitHub

View File

@@ -359,6 +359,7 @@ def get_children(doctype=None, parent=None, **kwargs):
fields = [
"item_code as value",
"item_name as title",
"is_expandable as expandable",
"parent as parent_id",
"qty",