add dbtype for subreport field
This commit is contained in:
parent
58bab52f51
commit
7c6145ca03
1 changed files with 1 additions and 0 deletions
|
@ -263,6 +263,7 @@ class SubReportField(Field):
|
|||
template = None
|
||||
renderer = 'subreport'
|
||||
reportFactory = SubReport
|
||||
dbtype = 'subreport'
|
||||
|
||||
def getReportInstance(self, row):
|
||||
baseReport = row.parent.context
|
||||
|
|
Loading…
Add table
Reference in a new issue