Commit ce934b8d authored by Ivan Tyagov's avatar Ivan Tyagov

Clean up only "Invoice" specific properties and call "parent" generic script...

Clean up only "Invoice" specific properties and call "parent" generic script that will adjust causality workflow state as well.
parent e8f2380a
......@@ -52,10 +52,9 @@
<key> <string>_body</string> </key>
<value> <string>"""Reset references on copied transactions.\n
"""\n
context.setSourceReference(None)\n
context.setReference(None)\n
context.setDestinationReference(None)\n
context.setSolver(None)\n
# invoice is a delivery so call generic afterClone script\n
context.Delivery_afterClone()\n
</string> </value>
</item>
<item>
......
383
\ No newline at end of file
384
\ 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