Commit f4866bde authored by Łukasz Nowak's avatar Łukasz Nowak

- allow to start from confirmed and to deliver from started

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22374 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ca430268
......@@ -41,6 +41,8 @@
<string>cancel_action</string>
<string>set_ready</string>
<string>set_ready_action</string>
<string>start</string>
<string>start_action</string>
</tuple>
</value>
</item>
......
......@@ -37,6 +37,8 @@
<key> <string>transitions</string> </key>
<value>
<tuple>
<string>deliver</string>
<string>deliver_action</string>
<string>stop</string>
<string>stop_action</string>
</tuple>
......
341
\ No newline at end of file
342
\ No newline at end of file
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