diff --git a/product/ERP5/interfaces/business_path.py b/product/ERP5/interfaces/business_path.py
index 597dbce69079a91d752bb1268a01f8ce808b5b52..d10daf1311ef02f5d11428edff3518d31443db32 100644
--- a/product/ERP5/interfaces/business_path.py
+++ b/product/ERP5/interfaces/business_path.py
@@ -64,7 +64,7 @@ class IBusinessPath(IBusinessCompletable, IBusinessBuildable):
                   process or is related to build of one paths
     """
 
-  def isMovementRelatedWithMovement(movement_value_a, movement_value_b)
+  def isMovementRelatedWithMovement(movement_value_a, movement_value_b):
     """Checks if self is parent or children to movement_value
 
     This logic is Business Process specific for Simulation Movements, as