Commit 1492bec7 authored by Jérome Perrin's avatar Jérome Perrin

convert to the proper timezone (quick fix until this view is rewritten completly)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36433 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c3a535c2
......@@ -149,7 +149,7 @@ for l in result:\n
, balance = l.balance\n
, credit = l.credit\n
, debit = l.debit\n
, date = l.date\n
, date = l.date.toZone(l.getObject().getStartDate().timezone())\n
, section_title = l.section_title\n
, specific_reference = l.specific_reference\n
)\n
......
1289
\ No newline at end of file
1290
\ 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