fixed message in stock entry
This commit is contained in:
parent
dff6ed880b
commit
625713e2eb
@ -217,7 +217,7 @@ class DocType:
|
|||||||
|
|
||||||
elif m.bom_no:
|
elif m.bom_no:
|
||||||
msgprint("""As Item %s is not a manufactured / sub-contracted item, \
|
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)
|
(m.item_code, m.idx), raise_exception = 1)
|
||||||
|
|
||||||
if flt(m.qty) <= 0:
|
if flt(m.qty) <= 0:
|
||||||
|
Loading…
Reference in New Issue
Block a user