diff --git a/manufacturing/doctype/bom/bom.py b/manufacturing/doctype/bom/bom.py index 2611b7ab17..d874d3c643 100644 --- a/manufacturing/doctype/bom/bom.py +++ b/manufacturing/doctype/bom/bom.py @@ -217,7 +217,7 @@ class DocType: elif m.bom_no: msgprint("""As Item %s is not a manufactured / sub-contracted item, \ - you can enter BOM against it (Row No: %s).""" % + you can not enter BOM against it (Row No: %s).""" % (m.item_code, m.idx), raise_exception = 1) if flt(m.qty) <= 0: