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

Do not process non diverged Hosting Subscriptions.

parent d6ba33c8
...@@ -50,7 +50,9 @@ ...@@ -50,7 +50,9 @@
</item> </item>
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>person = context.getDestinationSectionValue()\n <value> <string>if context.getCausalityState() != \'diverged\':\n
return\n
person = context.getDestinationSectionValue()\n
if person is not None:\n if person is not None:\n
person.Person_storeOpenSaleOrderJournal()\n person.Person_storeOpenSaleOrderJournal()\n
context.converge()\n context.converge()\n
......
204 205
\ 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