Commit 08b2e15a authored by Jérome Perrin's avatar Jérome Perrin

reset solvers when cloning a delivery

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37445 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1f247520
...@@ -58,6 +58,7 @@ ...@@ -58,6 +58,7 @@
context.setSourceReference(None)\n context.setSourceReference(None)\n
context.setReference(None)\n context.setReference(None)\n
context.setDestinationReference(None)\n context.setDestinationReference(None)\n
context.setSolver(None)\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
......
358 359
\ No newline at end of file
...@@ -56,6 +56,7 @@ ...@@ -56,6 +56,7 @@
<value> <string>#Clean some properties\n <value> <string>#Clean some properties\n
context.setSourceReference(None)\n context.setSourceReference(None)\n
context.setDestinationReference(None)\n context.setDestinationReference(None)\n
context.setSolver(None)\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
......
1643 1644
\ 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