Commit 22fef9f7 authored by Yusei Tahara's avatar Yusei Tahara

2010-07-12 yusei

* Update Node_statAccountingBalance and accept "at_date" parameter.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37040 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 10d8d5bd
......@@ -92,6 +92,9 @@ 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
###\n
# Get the \'where_expression\' parameter\n
# XXX can be removed ?\n
......
2010-07-12 yusei
* Update Node_statAccountingBalance and accept "at_date" parameter.
2010-05-28 lucas
* Added quantity into Expandable Properties of the default_accounting_transaction_rule object.
......
1309
\ No newline at end of file
1310
\ 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