add: custom template for SubReportField
This commit is contained in:
parent
35490794fa
commit
b70a9e00a7
1 changed files with 1 additions and 0 deletions
|
@ -222,6 +222,7 @@ class SubReport(ReportInstance):
|
||||||
|
|
||||||
class SubReportField(Field):
|
class SubReportField(Field):
|
||||||
|
|
||||||
|
template = None
|
||||||
renderer = 'subreport'
|
renderer = 'subreport'
|
||||||
reportFactory = SubReport
|
reportFactory = SubReport
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue