Commit 70b07c0a authored by Sebastien Robin's avatar Sebastien Robin

fixed wrong variable name

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20227 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bf2debda
......@@ -272,7 +272,7 @@ class CausalityAssignmentMovementGroup(RootMovementGroup):
parent = parent.getParentValue()
order_movement = parent.getOrderValue()
if order_movement is not None:
causality = self.getGroupEditDict().get('causality', [])
causality = self.getGroupEditDict().get('causality_list', [])
order_movement_url = order_movement.getRelativeUrl()
if order_movement_url not in causality:
causality.append(order_movement_url)
......
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