Commit 31eee82f authored by Nicolas Delaby's avatar Nicolas Delaby

Reset source_reference and destination_reference after clone

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25024 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ea686928
......@@ -55,7 +55,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
</string> </value>
</item>
<item>
......
842
\ No newline at end of file
843
\ 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