Commit e88177d4 authored by Jérome Perrin's avatar Jérome Perrin

Some ReportLab versions have problems switching to Headings2 without having a Heading1


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9535 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 455ff2b8
...@@ -153,7 +153,7 @@ for party in context.Account_zDistinctSectionList():\n ...@@ -153,7 +153,7 @@ for party in context.Account_zDistinctSectionList():\n
title += \' (%s)\' % o.getRoleTitle()\n title += \' (%s)\' % o.getRoleTitle()\n
result.append(\n result.append(\n
ReportSection(title=title,\n ReportSection(title=title,\n
level=2,\n level=1,\n
path=o.getPhysicalPath(),\n path=o.getPhysicalPath(),\n
form_id=\'Entity_viewAccountingTransactionList\',\n form_id=\'Entity_viewAccountingTransactionList\',\n
selection_name = \'accounting_selection\',\n selection_name = \'accounting_selection\',\n
......
19 20
\ No newline at end of file \ 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