diff --git a/product/ERP5/Document/BusinessPath.py b/product/ERP5/Document/BusinessPath.py
index 0d9633741aeaeb99f5c120ac56b41fd0593fcc35..a3412d9bcdb15f7fc30342deddf8f67fcdee6939 100644
--- a/product/ERP5/Document/BusinessPath.py
+++ b/product/ERP5/Document/BusinessPath.py
@@ -374,8 +374,7 @@ class BusinessPath(Path, Predicate):
       As business sequence is not related to simulation tree need to built
       full simulation trees per applied rule
     """
-    root_applied_rule_list = [explanation.getCausalityRelatedValueList(
-      portal_type='Applied Rule')]
+    root_applied_rule_list = []
     delivery_simulation_movement_list = []
     for movement in explanation.getMovementList():
       simulation_movement_list = movement.getDeliveryRelatedValueList(