diff --git a/frappe/core/doctype/report/report.json b/frappe/core/doctype/report/report.json index f3e9450034..1761b0d574 100644 --- a/frappe/core/doctype/report/report.json +++ b/frappe/core/doctype/report/report.json @@ -62,6 +62,8 @@ "reqd": 1 }, { + "fetch_from": "ref_doctype.module", + "fetch_if_empty": 1, "fieldname": "module", "fieldtype": "Link", "label": "Module",