Commit 46f5d03b authored by Titouan Soulard's avatar Titouan Soulard

erp5_ods_style: set `ignore_hide_rows` to listbox macro

parent dd4bc0f6
......@@ -11,6 +11,7 @@
<tal:block metal:define-macro="listbox">
<tal:block tal:define="render_prefix render_prefix | nothing;
dummy python: request.set('ignore_hide_rows', 1);
listboxline_list python: listbox.get_value('default', render_format='list', REQUEST=request, render_prefix=render_prefix);
DateTime nocall: modules/DateTime/DateTime;
selection_name python: listbox.get_value('selection_name', REQUEST=request);
......
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