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

Co-authored-by: Diptanil Saha <diptanil@frappe.io>
fix(accounts): removed whitelist on `get_balance_on` (#55956)
This commit is contained in:
mergify[bot]
2026-06-16 15:31:08 +05:30
committed by GitHub
parent 0326793355
commit 5cdb481bdf

View File

@@ -199,7 +199,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=None,
date=None,