mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 15:55:09 +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",
|
"ref_doctype": "Project",
|
||||||
"report_type": "Script Report",
|
"report_type": "Script Report",
|
||||||
"is_standard": "No",
|
"is_standard": "No",
|
||||||
"module": "ERPNext",
|
"module": "Projects",
|
||||||
"script": PROFIT_REPORT_SCRIPT,
|
"script": PROFIT_REPORT_SCRIPT,
|
||||||
})
|
})
|
||||||
d.flags.ignore_permissions = True
|
d.flags.ignore_permissions = True
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue