Commit 3538d362 authored by Romain Courteaud's avatar Romain Courteaud

Rename selectMovement to searchMovementList.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3116 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5dfd892b
......@@ -103,7 +103,7 @@ class DeliveryBuilder(XMLObject, Amount, Predicate):
or to Simulation Movements related to a limited set of existing
"""
# Select
movement_list = self.selectMovement(applied_rule_uid=applied_rule_uid)
movement_list = self.searchMovementList(applied_rule_uid=applied_rule_uid)
# Collect
root_group = self.collectMovement(movement_list)
# Build
......@@ -123,7 +123,7 @@ class DeliveryBuilder(XMLObject, Amount, Predicate):
return delivery_list
def selectMovement(self, applied_rule_uid=None):
def searchMovementList(self, applied_rule_uid=None):
"""
defines how to query all Simulation Movements which meet certain criteria
(including the above path path definition).
......
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