Commit 0dd38af1 authored by Romain Courteaud's avatar Romain Courteaud

Bug fixes for PDF generation.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2105 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5fd5133b
......@@ -1566,10 +1566,10 @@ onChange="submitAction(this.form,'%s/portal_selections/setReportRoot')">
list_result_item.append(str(value).encode('utf-8'))
else:
list_body += '<td class="Data">&nbsp;</td>'
if render_format == 'list': list_result_item.append(None)
if render_format == 'list': list_result_item.append('')
except:
list_body += '<td class="Data">&nbsp;</td>'
if render_format == 'list': list_result_item.append(None)
if render_format == 'list': list_result_item.append('')
list_body += '</tr>'
#LOG('ListBox', 0, 'header = %r, selection_list = %r, list_header = %r, list_search = %r, list_body = %r, footer = %r' % (header, selection_line, list_header, list_search, list_body, footer))
......
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