Custom reports route from moduleview page
This commit is contained in:
parent
1904b872fc
commit
60d342a36f
1 changed files with 2 additions and 1 deletions
|
|
@ -179,7 +179,8 @@ def get_report_list(module, is_standard="No"):
|
|||
"doctype": r.ref_doctype,
|
||||
"is_query_report": 1 if r.report_type in ("Query Report", "Script Report") else 0,
|
||||
"description": r.report_type,
|
||||
"label": _(r.name)
|
||||
"label": _(r.name),
|
||||
"name": r.name
|
||||
})
|
||||
|
||||
return out
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue