From 66064c7827db557f208caca72f87d86c614c8d38 Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Tue, 30 Jul 2019 17:11:18 +0530 Subject: [PATCH] fix: Add BOM Comparison Tool to module view --- erpnext/config/manufacturing.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/erpnext/config/manufacturing.py b/erpnext/config/manufacturing.py index c79c5b8b117..2c18eeb83a1 100644 --- a/erpnext/config/manufacturing.py +++ b/erpnext/config/manufacturing.py @@ -94,6 +94,13 @@ def get_data(): "name": "BOM Update Tool", "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" + }, ] }, {