Commit 535637c6 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix a typo, that should be a part of r33838 (since r33837, scripts used as...

fix a typo, that should be a part of r33838 (since r33837, scripts used as relation_setter_id recieves list of documents instead of list of uids).


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34015 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 74d05765
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>context.setSpecialiseValueList(relation_value_list, portal_type=portal_type)\n <value> <string>context.setSpecialiseValueList(relation_value_list, portal_type=portal_type)\n
\n \n
if relation_uid_list:\n if relation_value_list:\n
context.Order_applyTradeCondition(context.getSpecialiseValue(), force=1)\n context.Order_applyTradeCondition(context.getSpecialiseValue(), force=1)\n
</string> </value> </string> </value>
</item> </item>
...@@ -97,7 +97,6 @@ if relation_uid_list:\n ...@@ -97,7 +97,6 @@ if relation_uid_list:\n
<string>portal_type</string> <string>portal_type</string>
<string>_getattr_</string> <string>_getattr_</string>
<string>context</string> <string>context</string>
<string>relation_uid_list</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
880 881
\ 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