diff --git a/bt5/erp5_budget/SkinTemplateItem/portal_skins/erp5_budget/Budget_viewBudgetConsumptionReport.xml b/bt5/erp5_budget/SkinTemplateItem/portal_skins/erp5_budget/Budget_viewBudgetConsumptionReport.xml index 1a0dd7cd0b82353bb1926313cdc743ae97f558cb..1f5eb2cb656a6cf66987e3e4f1b1fce013cd25c5 100644 --- a/bt5/erp5_budget/SkinTemplateItem/portal_skins/erp5_budget/Budget_viewBudgetConsumptionReport.xml +++ b/bt5/erp5_budget/SkinTemplateItem/portal_skins/erp5_budget/Budget_viewBudgetConsumptionReport.xml @@ -380,12 +380,11 @@ AQABAEMAAAB9AQAAAAA=</string> </value> </table:table-row>\n \n <tal:block tal:condition="python: same_type(line, []) and len(line)">\n - <table:table-row-group table:display="false">\n + <table:table-row-group>\n <tal:block tal:repeat="subline line">\n <tal:block tal:condition="python: not same_type(subline, [])">\n <!--simple row level 2 -->\n <table:table-row table:style-name="Level3" \n - tal:attributes="table:visibility python: repeat[\'subline\'].first and \'collapse\' or None"\n tal:condition="subline/is_level_3 | nothing">\n <table:table-cell table:style-name="Level3Cell1" office:value-type="string">\n <text:p><tal:block tal:replace="subline/title"/></text:p>\n @@ -413,10 +412,9 @@ AQABAEMAAAB9AQAAAAA=</string> </value> </tal:block>\n \n <tal:block tal:condition="python: same_type(subline, []) and len(subline)">\n - <table:table-row-group table:display="false">\n + <table:table-row-group>\n <tal:block tal:repeat="subsubline subline">\n <table:table-row table:style-name="Level4" \n - tal:attributes="table:visibility python: repeat[\'subsubline\'].first and \'collapse\' or None"\n tal:condition="subsubline/is_level_4 | nothing">\n <table:table-cell table:style-name="Level4Cell1" office:value-type="string">\n <text:p><tal:block tal:replace="subsubline/title"/></text:p>\n diff --git a/bt5/erp5_budget/bt/revision b/bt5/erp5_budget/bt/revision index c2567dc4fbfc3d2b290f9f5c083008b55b2256dc..f3a5e81bae44f61651a487c649ecc541c10861e7 100644 --- a/bt5/erp5_budget/bt/revision +++ b/bt5/erp5_budget/bt/revision @@ -1 +1 @@ -280 \ No newline at end of file +281 \ No newline at end of file