Commit d629e7d5 authored by Nicolas Delaby's avatar Nicolas Delaby

reset source_reference and destination_reference after clone on Invoices

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25025 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 31eee82f
...@@ -55,7 +55,9 @@ ...@@ -55,7 +55,9 @@
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>"""Reset references on copied transactions.\n <value> <string>"""Reset references on copied transactions.\n
"""\n """\n
context.setSourceReference(None)\n
context.setReference(None)\n context.setReference(None)\n
context.setDestinationReference(None)\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
......
175 176
\ 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