Commit 66ffe4ef authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix RelaxNG validation errors in sheet_per_reportsection case.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29406 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4e2750ca
......@@ -129,6 +129,7 @@
<tal:block tal:repeat="report_item python: report_item_list">\n
<tal:block tal:condition="python: report_item.getFormId()">\n
<table:table tal:attributes="table:name python: unicode(report_item.getTitle() or \'Sheet%s\' % repeat[\'report_item\'].index, \'utf-8\')">\n
<table:table-column table:style-name="co4" table:default-cell-style-name="text"/>\n
<tal:block metal:use-macro="here/report_view/macros/make_report_item_table"/>\n
</table:table>\n
</tal:block>\n
......
216
\ No newline at end of file
217
\ No newline at end of file
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