mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
Merge pull request #47798 from frappe/mergify/bp/version-15-hotfix/pr-47792
feat: show item name for raw materials in BOM creator (backport #47792)
This commit is contained in:
@@ -343,6 +343,7 @@ def get_children(doctype=None, parent=None, **kwargs):
|
|||||||
|
|
||||||
fields = [
|
fields = [
|
||||||
"item_code as value",
|
"item_code as value",
|
||||||
|
"item_name as title",
|
||||||
"is_expandable as expandable",
|
"is_expandable as expandable",
|
||||||
"parent as parent_id",
|
"parent as parent_id",
|
||||||
"qty",
|
"qty",
|
||||||
|
|||||||
Reference in New Issue
Block a user