Commit 66576d10 authored by Łukasz Nowak's avatar Łukasz Nowak

- there is no need to register delivery solver


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26786 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 758266ac
......@@ -28,7 +28,6 @@
##############################################################################
from Products.ERP5.Tool.SimulationTool import registerDeliverySolver
from DeliverySolver import DeliverySolver
class Copy(DeliverySolver):
......@@ -47,5 +46,3 @@ class Copy(DeliverySolver):
Solves a movement
"""
movement.setQuantity(movement.getSimulationQuantity())
registerDeliverySolver(Copy)
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