commit | 2704a4a8fc03f551d40fc3418e62383486b294e8 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed Oct 05 16:14:42 2016 +0530 |
committer | GitHub <noreply@github.com> | Wed Oct 05 16:14:42 2016 +0530 |
tree | d863a908ab55c9d2869e43b70c8d7940b428e284 | |
parent | 55c328348f58989795d3f90dd75e94e96e97589d [diff] |
Update production_order.py
diff --git a/erpnext/manufacturing/doctype/production_order/production_order.py b/erpnext/manufacturing/doctype/production_order/production_order.py index 2bf3204..250d6e6 100644 --- a/erpnext/manufacturing/doctype/production_order/production_order.py +++ b/erpnext/manufacturing/doctype/production_order/production_order.py
@@ -55,7 +55,8 @@ if not self.expected_delivery_date: self.expected_delivery_date = so[0].delivery_date - self.project = so[0].project + if so[0].project: + self.project = so[0].project self.validate_production_order_against_so() else: