Commit 1ff04c0e authored by Romain Courteaud's avatar Romain Courteaud

Confirmed Sale Order should not become divergent when the hosting subscription is cleanup

parent 3ec68fcb
......@@ -70,7 +70,7 @@
</item>
<item>
<key> <string>test_tales_expression</string> </key>
<value> <string>python: context.getSimulationState() in context.getPortalPlannedOrderStateList() + context.getPortalReservedInventoryStateList() and context.getAggregateValue(portal_type=\'Hosting Subscription\') is not None</string> </value>
<value> <string>python: context.getSimulationState() in context.getPortalPlannedOrderStateList() and context.getAggregateValue(portal_type=\'Hosting Subscription\') is not None</string> </value>
</item>
</dictionary>
</pickle>
......
364
\ No newline at end of file
365
\ 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