Commit 3accd45c authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

calling timezone() is missing.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24587 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 019ef186
......@@ -120,7 +120,7 @@ for brain in portal.Base_zGetNotGroupedMovementList(\n
\n
brain_date = brain.date\n
if mvt.getStartDate():\n
brain_date = brain_date.toZone(mvt.getStartDate())\n
brain_date = brain_date.toZone(mvt.getStartDate().timezone())\n
\n
line_list.append(\n
Object(uid=\'new_000\',\n
......
807
\ No newline at end of file
808
\ 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