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
\n
zGetList = context.AccountingTransactionModule_zGetAccountingTransactionList\n
transaction_list = zGetList( selection_params = params\n
, selection = None\n
, **params\n
)\n
else:\n
......
......@@ -246,12 +246,6 @@
<dictionary/>
</value>
</item>
<item>
<key> <string>selection_sort_on</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>specific_reference</string> </key>
<value>
......@@ -302,7 +296,6 @@
<string>selection_domain</string>
<string>selection_report</string>
<string>selection_params</string>
<string>selection_sort_on</string>
<string>select_expression</string>
<string>from_date</string>
<string>at_date</string>
......@@ -344,7 +337,6 @@
selection_domain\r\n
selection_report\r\n
selection_params=""\r\n
selection_sort_on\r\n
select_expression\r\n
from_date=""\r\n
at_date=""\r\n
......
......@@ -111,12 +111,6 @@
<dictionary/>
</value>
</item>
<item>
<key> <string>selection</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>selection_domain</string> </key>
<value>
......@@ -159,7 +153,6 @@
<key> <string>_keys</string> </key>
<value>
<list>
<string>selection</string>
<string>selection_domain</string>
<string>selection_report</string>
<string>node_uid</string>
......@@ -204,8 +197,7 @@
</item>
<item>
<key> <string>arguments_src</string> </key>
<value> <string>selection\r\n
selection_domain\r\n
<value> <string>selection_domain\r\n
selection_report\r\n
node_uid\r\n
where_expression\r\n
......
......@@ -67,12 +67,6 @@
<dictionary/>
</value>
</item>
<item>
<key> <string>selection</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>selection_domain</string> </key>
<value>
......@@ -104,7 +98,6 @@
<key> <string>_keys</string> </key>
<value>
<list>
<string>selection</string>
<string>selection_domain</string>
<string>selection_report</string>
<string>where_expression</string>
......@@ -130,8 +123,7 @@
</item>
<item>
<key> <string>arguments_src</string> </key>
<value> <string>selection\r\n
selection_domain\r\n
<value> <string>selection_domain\r\n
selection_report\r\n
where_expression\r\n
select_expression\r\n
......
......@@ -61,12 +61,6 @@
<dictionary/>
</value>
</item>
<item>
<key> <string>selection</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>selection_domain</string> </key>
<value>
......@@ -98,7 +92,6 @@
<key> <string>_keys</string> </key>
<value>
<list>
<string>selection</string>
<string>selection_domain</string>
<string>selection_report</string>
<string>where_expression</string>
......@@ -123,8 +116,7 @@
</item>
<item>
<key> <string>arguments_src</string> </key>
<value> <string>selection\r\n
selection_domain\r\n
<value> <string>selection_domain\r\n
selection_report\r\n
where_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