add: custom template for SubReportField

This commit is contained in:
hplattner 2012-06-28 08:58:32 +02:00
parent 35490794fa
commit b70a9e00a7

View file

@ -222,6 +222,7 @@ class SubReport(ReportInstance):
class SubReportField(Field): class SubReportField(Field):
template = None
renderer = 'subreport' renderer = 'subreport'
reportFactory = SubReport reportFactory = SubReport