fixed message in stock entry

This commit is contained in:
Nabin Hait 2012-12-21 15:21:39 +05:30
parent dff6ed880b
commit 625713e2eb

View File

@ -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: