Commit 60f538e5 authored by Sebastien Robin's avatar Sebastien Robin

do not write too long lines


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3963 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ed5a6983
......@@ -269,7 +269,8 @@ class TransformationRule(Rule):
production_order_line = production_order_movement
else:
production_order_line = production_order_movement.getParent()
line_transformation = production_order_line.objectValues(portal_type=self.getPortalTransformationTypeList())
line_transformation = production_order_line.objectValues(
portal_type=self.getPortalTransformationTypeList())
if len(line_transformation)==1:
transformation = line_transformation[0]
else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment