fix: subReport macro

This commit is contained in:
hplattner 2012-03-14 17:34:19 +01:00
parent e902c898f4
commit 008d932184

View file

@ -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>