Commit 492eab4f authored by Romain Courteaud's avatar Romain Courteaud

Bug correction


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2234 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2cd76dbf
......@@ -1650,10 +1650,12 @@ onChange="submitAction(this.form,'%s/portal_selections/setReportRoot')">
else:
list_body += '<td class="Data">&nbsp;</td>'
if render_format == 'list': current_listboxline.addColumn( column[1] , None)
#if render_format == 'list': current_listboxline.addColumn( column[1] , None)
if render_format == 'list': current_listboxline.addColumn( None , None)
except:
list_body += '<td class="Data">&nbsp;</td>'
if render_format == 'list': current_listboxline.addColumn( column[1] , None)
#if render_format == 'list': current_listboxline.addColumn( column[1] , None)
if render_format == 'list': current_listboxline.addColumn( None , None)
list_body += '</tr>'
if render_format == 'list':
......
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