Commit 2c2d61c0 authored by Sebastien Robin's avatar Sebastien Robin

removed 3 bad lines


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1851 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cd524a9e
......@@ -234,9 +234,6 @@ class SimulationTool (Folder, UniqueObject):
from Products.ERP5.MovementGroup import VariantMovementGroup, RootMovementGroup
if class_list is None:
# For compatibility reasons, by default we keep the previous order
class_list = [s_tool.order_movement_group,s_tool.path_movement_group,
s_tool.date_movement_group,
s_tool.resource_movement_group,s_tool.variant_movement_group]
class_list = [OrderMovementGroup,PathMovementGroup,DateMovementGroup,
ResourceMovementGroup,VariantMovementGroup]
my_root_group = RootMovementGroup(class_list=class_list)
......
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