fix: use 'Projects' module for custom report (ERPNext v16)

This commit is contained in:
SUBHANKAR DHAR 2026-06-12 16:14:56 +05:30
parent bdeb078f29
commit a186cd057b

View file

@ -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