Commit 1c09b066 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

add a missing method.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33398 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 183e90f8
......@@ -111,3 +111,6 @@ class DeliveryRuleMovementGenerator(MovementGeneratorMixin):
**kw)
ret.append(simulation_movement)
return ret
def _getInputMovementList(self, context):
return [context.getParentValue(),]
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