Commit 3ae61fbb authored by Aurel's avatar Aurel

forgot to propagate a parameter


git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37430 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d4cca2c0
...@@ -189,7 +189,7 @@ class ExplanationCache: ...@@ -189,7 +189,7 @@ class ExplanationCache:
if child.getPortalType() == "Simulation Movement" and \ if child.getPortalType() == "Simulation Movement" and \
child.getCausalityValue().getTradePhase(base=1) == trade_phase: child.getCausalityValue().getTradePhase(base=1) == trade_phase:
movement_list.append(child) movement_list.append(child)
getChildSimulationMovementValueList(child, movement_list) getChildSimulationMovementValueList(child, movement_list, trade_phase)
if self.simulation_movement_cache.get(kw_tuple, None) is None: if self.simulation_movement_cache.get(kw_tuple, None) is None:
if self.explanation.getPortalType() == "Applied Rule": if self.explanation.getPortalType() == "Applied Rule":
......
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