Commit 214b5639 authored by Łukasz Nowak's avatar Łukasz Nowak

Change stop date.

Start date is used by Slap Tool to technically find the most important delivery.
Stop date is for informational purpose only, and this is informational purpose:
the time difference between request and allocating partition.
parent 5a031c27
......@@ -106,7 +106,7 @@ if sale_order.getSimulationState() == \'ordered\':\n
# order not ready yet\n
pass\n
else:\n
sale_order.setStartDate(DateTime())\n
sale_order.setStopDate(DateTime())\n
sale_order.confirm()\n
software_instance.allocatePartition(computer_partition=computer_partition)\n
</string> </value>
......
727
\ No newline at end of file
728
\ 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