Commit 552dc06c authored by Sebastien Robin's avatar Sebastien Robin

DeliverPackingList should do workflow actions up to delivered state, not started state

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13230 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fbf66047
......@@ -332,6 +332,10 @@ class TestInventory(TestOrderMixin, ERP5TypeTestCase):
self.tic()
workflow_tool.doActionFor(packing_list,
"start_action", "packing_list_workflow")
workflow_tool.doActionFor(packing_list,
"stop_action", "packing_list_workflow")
workflow_tool.doActionFor(packing_list,
"deliver_action", "packing_list_workflow")
def stepCreateOrganisationList(self, sequence=None, sequence_list=None, **kw):
"""
......
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