From e29535f29c50db187138585d11d5fabf3428598c Mon Sep 17 00:00:00 2001 From: diptanilsaha Date: Sat, 20 Jun 2026 19:28:20 +0530 Subject: [PATCH] fix(report_utils): remove unnecessary whitelist decorator on `get_invoiced_item_gross_margin` --- erpnext/accounts/report/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/accounts/report/utils.py b/erpnext/accounts/report/utils.py index 58ee9d211a6..ddbadd8a38e 100644 --- a/erpnext/accounts/report/utils.py +++ b/erpnext/accounts/report/utils.py @@ -146,7 +146,6 @@ def get_appropriate_company(filters): return company -@frappe.whitelist() def get_invoiced_item_gross_margin( sales_invoice: str | None = None, item_code: str | None = None,