Commit 34491cac authored by Jérome Perrin's avatar Jérome Perrin

Base_zGetNotGroupedMovementList only supports at_date, but we should pass to_date, so pass date -1

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15046 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2f42a83e
......@@ -93,7 +93,7 @@ total_credit = 0\n
\n
line_list = []\n
for brain in portal.Base_zGetNotGroupedMovementList(\n
at_date=from_date,\n
at_date=from_date - 1, # this is not to_date\n
simulation_state=params[\'simulation_state\'],\n
# XXX this adds a need for account\n
# ie. impossible to produce this report only\n
......
352
\ No newline at end of file
353
\ 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