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

Do not touch stop date.

Business process is frozen on stopped state, changing the date will result in
compensation which is not desired in Vifib configuration.
parent 21324a1f
......@@ -211,7 +211,6 @@ else:\n
new_delivery.confirm()\n
instance.edit(causality_value=new_delivery)\n
elif (state == stopped):\n
delivery.edit(stop_date=DateTime())\n
delivery.stop()\n
elif (state == destroyed):\n
delivery.deliver()\n
......
11
\ No newline at end of file
12
\ 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