fix: Module view fix for custom reports
This commit is contained in:
parent
2d62cd60ee
commit
183564f3af
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ def get_report_list(module, is_standard="No"):
|
|||
out.append({
|
||||
"type": "report",
|
||||
"doctype": r.ref_doctype,
|
||||
"is_query_report": 1 if r.report_type in ("Query Report", "Script Report") else 0,
|
||||
"is_query_report": 1 if r.report_type in ("Query Report", "Script Report", "Custom Report") else 0,
|
||||
"label": _(r.name),
|
||||
"name": r.name
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue