mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 19:59:12 +00:00
changed description in production order, syntax fix in stock entry.py
This commit is contained in:
@@ -136,7 +136,7 @@ class DocType(TransactionBase):
|
||||
+ _("Quantity already manufactured")
|
||||
+ " = %s." % flt(pro_obj.doc.produced_qty)
|
||||
+ _("Hence, maximum allowed Manufacturing Quantity")
|
||||
+ " = %s." % flt(pro_obj.doc.qty) - flt(pro_obj.doc.produced_qty),
|
||||
+ " = %s." % (flt(pro_obj.doc.qty) - flt(pro_obj.doc.produced_qty)),
|
||||
raise_exception=1)
|
||||
elif self.doc.purpose != "Material Transfer":
|
||||
self.doc.production_order = None
|
||||
|
||||
Reference in New Issue
Block a user