fix: subReport macro
This commit is contained in:
parent
e902c898f4
commit
008d932184
1 changed files with 2 additions and 2 deletions
|
@ -73,13 +73,13 @@
|
|||
</tr>
|
||||
<tr tal:repeat="row results">
|
||||
<tal:column repeat="col results/displayedColumns">
|
||||
<metal:column use-macro="python:view.getColumnRenderer(col.renderer)" />
|
||||
<metal:column use-macro="python:view.getColumnRenderer(col)" />
|
||||
</tal:column>
|
||||
</tr>
|
||||
<tr tal:define="row nocall:results/totals"
|
||||
tal:condition="nocall:row">
|
||||
<tal:column repeat="col results/displayedColumns">
|
||||
<metal:column use-macro="python:view.getColumnRenderer(col.renderer)" />
|
||||
<metal:column use-macro="python:view.getColumnRenderer(col)" />
|
||||
</tal:column>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
Loading…
Add table
Reference in a new issue