diff --git a/webnotes/widgets/reportview.py b/webnotes/widgets/reportview.py index 5a47ebe0bb..c6c7ffe97b 100644 --- a/webnotes/widgets/reportview.py +++ b/webnotes/widgets/reportview.py @@ -172,6 +172,9 @@ def build_filter_conditions(filters, conditions): tname = ('`tab' + f[0] + '`') if not tname in webnotes.local.reportview_tables: webnotes.local.reportview_tables.append(tname) + + if not hasattr(webnotes.local, "reportview_doctypes"): + load_doctypes() # prepare in condition if f[2] in ['in', 'not in']: