Commit 34dfa390 authored by Romain Courteaud's avatar Romain Courteaud

Subscription is solved only if the script is called.

parent dbe2055b
...@@ -60,9 +60,8 @@ if context.getCausalityState() == \'diverged\':\n ...@@ -60,9 +60,8 @@ if context.getCausalityState() == \'diverged\':\n
# Template document does not have person relation\n # Template document does not have person relation\n
if person is not None:\n if person is not None:\n
person.Person_storeOpenSaleOrderJournal()\n person.Person_storeOpenSaleOrderJournal()\n
\n # Person_storeOpenSaleOrderJournal should fix all divergent Hosting Subscription in one run\n
# Person_storeOpenSaleOrderJournal should fix all divergent Hosting Subscription in one run\n assert context.getCausalityState() == \'solved\'\n
assert context.getCausalityState() == \'solved\'\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
......
236 237
\ 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