Commit 4cd1ca87 authored by Aurel's avatar Aurel

set packing list to stop to be in current inventory state list

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13253 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 773b844c
...@@ -264,11 +264,12 @@ class TestImmobilisation(TestOrderMixin, ERP5TypeTestCase): ...@@ -264,11 +264,12 @@ class TestImmobilisation(TestOrderMixin, ERP5TypeTestCase):
destination_section_value = property_dict['destination_section'], destination_section_value = property_dict['destination_section'],
start_date = property_dict['datetime'], start_date = property_dict['datetime'],
stop_date = property_dict['datetime'],) stop_date = property_dict['datetime'],)
# Set the Packing List to started state, because the expand # Set the Packing List to stopped state, because the expand
# process get only deliveries in current_inventory_state # process get only deliveries in current_inventory_state
pl.confirm() pl.confirm()
pl.setReady() pl.setReady()
pl.start() pl.start()
pl.stop()
# Artificially update causality state because we don't want to tic here # Artificially update causality state because we don't want to tic here
pl.updateCausalityState() pl.updateCausalityState()
packing_list_list = sequence.get('packing_list_list', []) packing_list_list = sequence.get('packing_list_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