mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 00:44:45 +00:00
fix: Add BOM Comparison Tool to module view
This commit is contained in:
@@ -94,6 +94,13 @@ def get_data():
|
|||||||
"name": "BOM Update Tool",
|
"name": "BOM Update Tool",
|
||||||
"description": _("Replace BOM and update latest price in all BOMs"),
|
"description": _("Replace BOM and update latest price in all BOMs"),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "page",
|
||||||
|
"label": _("BOM Comparison Tool"),
|
||||||
|
"name": "bom-comparison-tool",
|
||||||
|
"description": _("Compare BOMs for changes in Raw Materials and Operations"),
|
||||||
|
"data_doctype": "BOM"
|
||||||
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user