From 66ffe4ef4efb835413c73d3e4b7865041c212c15 Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Sun, 4 Oct 2009 15:31:49 +0000 Subject: [PATCH] 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 --- .../portal_skins/erp5_ods_style/report_view.xml | 1 + bt5/erp5_ods_style/bt/revision | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bt5/erp5_ods_style/SkinTemplateItem/portal_skins/erp5_ods_style/report_view.xml b/bt5/erp5_ods_style/SkinTemplateItem/portal_skins/erp5_ods_style/report_view.xml index 4e5cbf25af..30b6d37526 100644 --- a/bt5/erp5_ods_style/SkinTemplateItem/portal_skins/erp5_ods_style/report_view.xml +++ b/bt5/erp5_ods_style/SkinTemplateItem/portal_skins/erp5_ods_style/report_view.xml @@ -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 diff --git a/bt5/erp5_ods_style/bt/revision b/bt5/erp5_ods_style/bt/revision index 0acdeb509d..e99fdcc524 100644 --- a/bt5/erp5_ods_style/bt/revision +++ b/bt5/erp5_ods_style/bt/revision @@ -1 +1 @@ -216 \ No newline at end of file +217 \ No newline at end of file -- 2.30.9