mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-03 10:35:27 +00:00
Merge pull request #47792 from mihir-kandoi/st39718
feat: show item name for raw materials in BOM creator
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user