Commit 67776446 authored by Vincent Pelletier's avatar Vincent Pelletier

getSourceTrade is not the current site when docyument is sent to headquaters,...

getSourceTrade is not the current site when docyument is sent to headquaters, so after all it's getSource which must be used.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15370 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 69e71432
......@@ -102,7 +102,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python: "siege" not in here.getSourceTrade("")</string> </value>
<value> <string>python: "siege" not in here.getSource("")</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -102,7 +102,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>python: "siege" not in here.getSourceTrade("")</string> </value>
<value> <string>python: "siege" not in here.getSource("")</string> </value>
</item>
</dictionary>
</pickle>
......
436
\ No newline at end of file
439
\ 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