fix: set report_ref_doctype for custom reports
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
parent
44e9752bb1
commit
b5ee3b29cf
1 changed files with 1 additions and 0 deletions
|
|
@ -565,6 +565,7 @@ def get_custom_report_list(module):
|
|||
else 0,
|
||||
"label": _(r.name),
|
||||
"link_to": r.name,
|
||||
"report_ref_doctype": r.ref_doctype,
|
||||
}
|
||||
for r in reports
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue