From 7c6145ca03473a2401ded4e25e4768f061376f8f Mon Sep 17 00:00:00 2001 From: Helmut Merz Date: Fri, 14 Feb 2014 09:36:17 +0100 Subject: [PATCH] add dbtype for subreport field --- expert/field.py | 1 + 1 file changed, 1 insertion(+) diff --git a/expert/field.py b/expert/field.py index e60d635..045d724 100644 --- a/expert/field.py +++ b/expert/field.py @@ -263,6 +263,7 @@ class SubReportField(Field): template = None renderer = 'subreport' reportFactory = SubReport + dbtype = 'subreport' def getReportInstance(self, row): baseReport = row.parent.context