Commit 30add806 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

remove unused parameters.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13216 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fc71993a
...@@ -113,7 +113,6 @@ if request.has_key(\'at_date\'):\n ...@@ -113,7 +113,6 @@ if request.has_key(\'at_date\'):\n
\n \n
zGetList = context.AccountingTransactionModule_zGetAccountingTransactionList\n zGetList = context.AccountingTransactionModule_zGetAccountingTransactionList\n
transaction_list = zGetList( selection_params = params\n transaction_list = zGetList( selection_params = params\n
, selection = None\n
, **params\n , **params\n
)\n )\n
else:\n else:\n
......
...@@ -246,12 +246,6 @@ ...@@ -246,12 +246,6 @@
<dictionary/> <dictionary/>
</value> </value>
</item> </item>
<item>
<key> <string>selection_sort_on</string> </key>
<value>
<dictionary/>
</value>
</item>
<item> <item>
<key> <string>specific_reference</string> </key> <key> <string>specific_reference</string> </key>
<value> <value>
...@@ -302,7 +296,6 @@ ...@@ -302,7 +296,6 @@
<string>selection_domain</string> <string>selection_domain</string>
<string>selection_report</string> <string>selection_report</string>
<string>selection_params</string> <string>selection_params</string>
<string>selection_sort_on</string>
<string>select_expression</string> <string>select_expression</string>
<string>from_date</string> <string>from_date</string>
<string>at_date</string> <string>at_date</string>
...@@ -344,7 +337,6 @@ ...@@ -344,7 +337,6 @@
selection_domain\r\n selection_domain\r\n
selection_report\r\n selection_report\r\n
selection_params=""\r\n selection_params=""\r\n
selection_sort_on\r\n
select_expression\r\n select_expression\r\n
from_date=""\r\n from_date=""\r\n
at_date=""\r\n at_date=""\r\n
......
...@@ -111,12 +111,6 @@ ...@@ -111,12 +111,6 @@
<dictionary/> <dictionary/>
</value> </value>
</item> </item>
<item>
<key> <string>selection</string> </key>
<value>
<dictionary/>
</value>
</item>
<item> <item>
<key> <string>selection_domain</string> </key> <key> <string>selection_domain</string> </key>
<value> <value>
...@@ -159,7 +153,6 @@ ...@@ -159,7 +153,6 @@
<key> <string>_keys</string> </key> <key> <string>_keys</string> </key>
<value> <value>
<list> <list>
<string>selection</string>
<string>selection_domain</string> <string>selection_domain</string>
<string>selection_report</string> <string>selection_report</string>
<string>node_uid</string> <string>node_uid</string>
...@@ -204,8 +197,7 @@ ...@@ -204,8 +197,7 @@
</item> </item>
<item> <item>
<key> <string>arguments_src</string> </key> <key> <string>arguments_src</string> </key>
<value> <string>selection\r\n <value> <string>selection_domain\r\n
selection_domain\r\n
selection_report\r\n selection_report\r\n
node_uid\r\n node_uid\r\n
where_expression\r\n where_expression\r\n
......
...@@ -67,12 +67,6 @@ ...@@ -67,12 +67,6 @@
<dictionary/> <dictionary/>
</value> </value>
</item> </item>
<item>
<key> <string>selection</string> </key>
<value>
<dictionary/>
</value>
</item>
<item> <item>
<key> <string>selection_domain</string> </key> <key> <string>selection_domain</string> </key>
<value> <value>
...@@ -104,7 +98,6 @@ ...@@ -104,7 +98,6 @@
<key> <string>_keys</string> </key> <key> <string>_keys</string> </key>
<value> <value>
<list> <list>
<string>selection</string>
<string>selection_domain</string> <string>selection_domain</string>
<string>selection_report</string> <string>selection_report</string>
<string>where_expression</string> <string>where_expression</string>
...@@ -130,8 +123,7 @@ ...@@ -130,8 +123,7 @@
</item> </item>
<item> <item>
<key> <string>arguments_src</string> </key> <key> <string>arguments_src</string> </key>
<value> <string>selection\r\n <value> <string>selection_domain\r\n
selection_domain\r\n
selection_report\r\n selection_report\r\n
where_expression\r\n where_expression\r\n
select_expression\r\n select_expression\r\n
......
...@@ -61,12 +61,6 @@ ...@@ -61,12 +61,6 @@
<dictionary/> <dictionary/>
</value> </value>
</item> </item>
<item>
<key> <string>selection</string> </key>
<value>
<dictionary/>
</value>
</item>
<item> <item>
<key> <string>selection_domain</string> </key> <key> <string>selection_domain</string> </key>
<value> <value>
...@@ -98,7 +92,6 @@ ...@@ -98,7 +92,6 @@
<key> <string>_keys</string> </key> <key> <string>_keys</string> </key>
<value> <value>
<list> <list>
<string>selection</string>
<string>selection_domain</string> <string>selection_domain</string>
<string>selection_report</string> <string>selection_report</string>
<string>where_expression</string> <string>where_expression</string>
...@@ -123,8 +116,7 @@ ...@@ -123,8 +116,7 @@
</item> </item>
<item> <item>
<key> <string>arguments_src</string> </key> <key> <string>arguments_src</string> </key>
<value> <string>selection\r\n <value> <string>selection_domain\r\n
selection_domain\r\n
selection_report\r\n selection_report\r\n
where_expression\r\n where_expression\r\n
select_expression\r\n select_expression\r\n
......
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