[Erp5-report] r28140 - /erp5/trunk/products/ERP5/Document/SimulationMovement.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jul 22 16:09:26 CEST 2009


Author: luke
Date: Wed Jul 22 16:09:25 2009
New Revision: 28140

URL: http://svn.erp5.org?rev=28140&view=rev
Log:
 - formatting

Modified:
    erp5/trunk/products/ERP5/Document/SimulationMovement.py

Modified: erp5/trunk/products/ERP5/Document/SimulationMovement.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/SimulationMovement.py?rev=28140&r1=28139&r2=28140&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/SimulationMovement.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/SimulationMovement.py [utf8] Wed Jul 22 16:09:25 2009
@@ -561,7 +561,8 @@
         for successor_related in predecessor.getSuccessorRelatedValueList():
           for business_path_movement in successor_related \
               .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 \
                   .getDeliveryValue()
               if business_path_movement_delivery is None:




More information about the Erp5-report mailing list