Commit 8ecc23ff authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

no need to check delivery's causality related applied rule, because it should...

no need to check delivery's causality related applied rule, because it should be the root applied rule of one of its movements' delivery related simulation movements.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34630 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c5ca60c9
......@@ -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(
......
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