Commit a46bf590 authored by Jérome Perrin's avatar Jérome Perrin

update after r33837 API change


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34648 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 13d72dab
...@@ -53,9 +53,9 @@ ...@@ -53,9 +53,9 @@
</item> </item>
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>context.setSpecialiseUidList(relation_uid_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.PaySheetTransaction_applyModel(force=1)\n context.PaySheetTransaction_applyModel(force=1)\n
</string> </value> </string> </value>
</item> </item>
...@@ -67,7 +67,7 @@ if relation_uid_list:\n ...@@ -67,7 +67,7 @@ if relation_uid_list:\n
</item> </item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>relation_uid_list, portal_type</string> </value> <value> <string>relation_value_list, portal_type</string> </value>
</item> </item>
<item> <item>
<key> <string>errors</string> </key> <key> <string>errors</string> </key>
...@@ -93,7 +93,7 @@ if relation_uid_list:\n ...@@ -93,7 +93,7 @@ if relation_uid_list:\n
<key> <string>co_varnames</string> </key> <key> <string>co_varnames</string> </key>
<value> <value>
<tuple> <tuple>
<string>relation_uid_list</string> <string>relation_value_list</string>
<string>portal_type</string> <string>portal_type</string>
<string>_getattr_</string> <string>_getattr_</string>
<string>context</string> <string>context</string>
......
-rn 561 562
\ 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