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

Comment for traceability.

parent f4026327
......@@ -50,12 +50,13 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>delivery = context.getParentValue()\n
<value> <string>comment = \'Subscription Packing List Deliver Action Alarm\'\n
delivery = context.getParentValue()\n
state = delivery.getSimulationState()\n
if state in (\'confirmed\', \'started\'):\n
delivery.stop()\n
delivery.stop(comment=comment)\n
if state == \'stopped\':\n
delivery.deliver()\n
delivery.deliver(comment=comment)\n
</string> </value>
</item>
<item>
......
801
\ No newline at end of file
802
\ 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