commit | a10bdd4980d8620618d0985f994032ea8ea556c5 | [log] [tgz] |
---|---|---|
author | Neil Trini Lasrado <neil@frappe.io> | Thu May 07 16:09:22 2015 +0530 |
committer | Neil Trini Lasrado <neil@frappe.io> | Thu May 07 17:31:59 2015 +0530 |
tree | e4ebbb84af77677ca85ce52bb577f47bf93affa4 | |
parent | e64d453d09beb399a1e9fe9ab55139e23ff56320 [diff] |
fixes
diff --git a/erpnext/manufacturing/doctype/production_order/production_order.py b/erpnext/manufacturing/doctype/production_order/production_order.py index 572b527..71f9c24 100644 --- a/erpnext/manufacturing/doctype/production_order/production_order.py +++ b/erpnext/manufacturing/doctype/production_order/production_order.py
@@ -35,7 +35,7 @@ self.validate_sales_order() self.validate_warehouse() - self.calculate_time() + self.calculate_operating_cost() self.validate_delivery_date() from erpnext.utilities.transaction_base import validate_uom_is_integer