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

Honour computer partition lifetime.

If partition is related with delivered cleanup delivery, it still might be
capable to be serve something.
parent 320e0c9d
...@@ -66,7 +66,8 @@ elif slap_state == \'busy\':\n ...@@ -66,7 +66,8 @@ elif slap_state == \'busy\':\n
except ValueError:\n except ValueError:\n
pass\n pass\n
else:\n else:\n
return []\n if delivery_line.getSimulationState() != \'delivered\':\n
return []\n
\n \n
try:\n try:\n
delivery_line = context.Item_getInstancePackingListLine()\n delivery_line = context.Item_getInstancePackingListLine()\n
......
318 319
\ No newline at end of file \ 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