Commit 01b812a1 authored by Łukasz Nowak's avatar Łukasz Nowak

- revert 45035 as packing list with cancelled state shall be never found


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45051 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c0bcb306
......@@ -407,8 +407,6 @@ class SlapTool(BaseTool):
slap_partition._need_modification = 1
elif movement.getSimulationState() == 'delivered':
slap_partition._requested_state = 'stopped'
elif movement.getSimulationState() == 'cancelled':
slap_partition._requested_state = 'destroyed'
else:
raise NotImplementedError, "Unexpected state %s" % \
movement.getSimulationState()
......
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