diff --git a/product/ERP5Form/www/ListBox_asHTML.zpt b/product/ERP5Form/www/ListBox_asHTML.zpt index 73c1bc3f8c222d1e2445ffeea48864a58bde13bf..c963d69f118b321044a641198ebfcffaa2b4f7a3 100644 --- a/product/ERP5Form/www/ListBox_asHTML.zpt +++ b/product/ERP5Form/www/ListBox_asHTML.zpt @@ -233,7 +233,7 @@ <td class="Data" style="width: 50px; text-align: left; vertical-align: middle" colspan="1" tal:attributes="colspan python: show_search_line and 1 or (len(here.getSelectedColumnList()) + show_select_column + 1)" tal:define="index python: selection_index is not None and '&selection_index=%s' % selection_index or ''; - is_report_opened python: not here.getSelection().isReportOpened(); + is_report_opened python: int(not here.getSelection().isReportOpened()); url here/getUrl"><tal:block tal:repeat="i python: range(0, 6)"> <a href="?selection_name=default&selection_index=0&report_depth:int=0" tal:attributes="href string:${url}?selection_name=${requested_selection_name}${index}&report_depth:int=${i}" tal:content="i">0</a></tal:block> - <a href="?selection_name=default&selection_index=0&is_report_opened:int=0"