Commit 9c8beb74 authored by Jérome Perrin's avatar Jérome Perrin

typo


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20497 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 532177a5
......@@ -80,7 +80,7 @@ class OrderRule(DeliveryRule):
order = applied_rule.getDefaultCausalityValue()
if order is not None:
order_movement_list = order.getMovementList(
portal_type=order.getPortalOrderMovementTypeList()):
portal_type=order.getPortalOrderMovementTypeList())
# check existing movements
for movement in applied_rule.contentValues(portal_type=movement_type):
if (not movement.getLastExpandSimulationState() in
......
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