Commit 3bb931be authored by Yusei Tahara's avatar Yusei Tahara

2010-07-16 yusei

* Revert my previous change and remove added parameters.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37154 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2c37d7ab
......@@ -92,15 +92,6 @@ if kw.get(\'node_category\'):\n
if kw.get(\'mirror_section_category\'):\n
params[\'mirror_section_category\'] = kw[\'mirror_section_category\']\n
\n
if kw.get(\'at_date\'):\n
params[\'at_date\'] = kw[\'at_date\'].latestTime()\n
\n
if kw.get(\'from_date\'):\n
params[\'from_date\'] = kw[\'from_date\']\n
\n
if kw.get(\'to_date\'):\n
params[\'to_date\'] = kw[\'to_date\']\n
\n
###\n
# Get the \'where_expression\' parameter\n
# XXX can be removed ?\n
......
2010-07-16 yusei
* Revert my previous change and remove added parameters.
2010-07-12 yusei
* Update Node_statAccountingBalance and accept "at_date", "from_date", "to_date" parameters.
......
1312
\ No newline at end of file
1313
\ 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