mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
fix: use 'Projects' module for custom report (ERPNext v16)
This commit is contained in:
parent
bdeb078f29
commit
a186cd057b
1 changed files with 1 additions and 1 deletions
|
|
@ -716,7 +716,7 @@ def create_custom_report():
|
|||
"ref_doctype": "Project",
|
||||
"report_type": "Script Report",
|
||||
"is_standard": "No",
|
||||
"module": "ERPNext",
|
||||
"module": "Projects",
|
||||
"script": PROFIT_REPORT_SCRIPT,
|
||||
})
|
||||
d.flags.ignore_permissions = True
|
||||
|
|
|
|||
Loading…
Reference in a new issue