fix(report_utils): remove unnecessary whitelist decorator on get_invoiced_item_gross_margin

This commit is contained in:
diptanilsaha
2026-06-20 19:28:20 +05:30
parent 9bf1e847d2
commit e29535f29c

View File

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