mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-30 02:14:48 +00:00
fixed message in stock entry
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user