feat: show item name for raw materials in BOM creator

(cherry picked from commit 90ba4ad1e1)
This commit is contained in:
Mihir Kandoi
2025-05-28 18:13:42 +05:30
committed by Mergify
parent 893a86e173
commit 0c612be6fe

View File

@@ -343,6 +343,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",