add structure tag to multiline report fields
This commit is contained in:
parent
f7224d80f8
commit
94165f41bb
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
||||||
<metal:standard define-macro="multiline">
|
<metal:standard define-macro="multiline">
|
||||||
<tal:column define="values python:col.getDisplayValues(row)">
|
<tal:column define="values python:col.getDisplayValues(row)">
|
||||||
<tal:values repeat="value values">
|
<tal:values repeat="value values">
|
||||||
<span tal:replace="value" />
|
<span tal:replace="structure value" />
|
||||||
<span tal:condition="python: repeat['value'].index() < len(values)">
|
<span tal:condition="python: repeat['value'].index() < len(values)">
|
||||||
<br/>
|
<br/>
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Add table
Reference in a new issue