commit | 625713e2ebfe2d4896d9e5cf599f6677d2347469 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Fri Dec 21 15:21:39 2012 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Fri Dec 21 15:21:39 2012 +0530 |
tree | abadcb348065c277fee3bcbc515f1b6e8bc23642 | |
parent | dff6ed880b1f1fa9b1676ab4b0d7483963bc9a91 [diff] |
fixed message in stock entry
diff --git a/manufacturing/doctype/bom/bom.py b/manufacturing/doctype/bom/bom.py index 2611b7a..d874d3c 100644 --- a/manufacturing/doctype/bom/bom.py +++ b/manufacturing/doctype/bom/bom.py
@@ -217,7 +217,7 @@ 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: