Commit 928202b1 authored by Łukasz Nowak's avatar Łukasz Nowak

- formatting


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28140 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6c718d67
...@@ -561,7 +561,8 @@ class SimulationMovement(Movement): ...@@ -561,7 +561,8 @@ class SimulationMovement(Movement):
for successor_related in predecessor.getSuccessorRelatedValueList(): for successor_related in predecessor.getSuccessorRelatedValueList():
for business_path_movement in successor_related \ for business_path_movement in successor_related \
.getRelatedSimulationMovementValueList(explanation_value): .getRelatedSimulationMovementValueList(explanation_value):
if successor_related.isMovementRelatedWithMovement(self, business_path_movement): if successor_related.isMovementRelatedWithMovement(self,
business_path_movement):
business_path_movement_delivery = business_path_movement \ business_path_movement_delivery = business_path_movement \
.getDeliveryValue() .getDeliveryValue()
if business_path_movement_delivery is None: if business_path_movement_delivery is None:
......
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