Commit 53aabe58 authored by Nicolas Delaby's avatar Nicolas Delaby

partial revert of r31046.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31047 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1a10f3af
......@@ -915,7 +915,7 @@ class ODTStrategy(ODFStrategy):
iteration_index -- the index which is used when iterating the group of items using ReportSection.
"""
field_list = form.get_fields(include_disabled=1)
REQUEST = here.REQUEST
REQUEST = get_request()
for (count, field) in enumerate(field_list):
if isinstance(field, ListBox):
element_tree = self._appendTableByListbox(element_tree=element_tree,
......
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