mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-02 08:03:21 +00:00
Fixed exploded BOM construction
This commit is contained in:
@@ -7,8 +7,9 @@ data = [
|
||||
"items": [
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Bill of Materials",
|
||||
"name": "BOM",
|
||||
"description": _("Bill of Materials (BOM)"),
|
||||
"label": _("Bill of Material")
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
@@ -25,7 +26,7 @@ data = [
|
||||
"name": "Workstation",
|
||||
"description": _("Where manufacturing operations are carried out."),
|
||||
},
|
||||
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -74,4 +75,4 @@ data = [
|
||||
},
|
||||
]
|
||||
},
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user