fix(accounts): removed whitelist on get_balance_on (#55956)

This commit is contained in:
Diptanil Saha
2026-06-16 14:34:52 +05:30
committed by GitHub
parent 7e602d5389
commit 07d073da0d

View File

@@ -200,7 +200,6 @@ def validate_fiscal_year(date, fiscal_year, company, label="Date", doc=None):
throw(_("{0} '{1}' not in Fiscal Year {2}").format(_(label), formatdate(date), fiscal_year))
@frappe.whitelist()
def get_balance_on(
account: str | None = None,
date: DateTimeLikeObject | None = None,