mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-12 06:01:46 +00:00
Co-authored-by: Diptanil Saha <diptanil@frappe.io> fix(accounts): removed whitelist on `get_balance_on` (#55956)
This commit is contained in:
@@ -176,7 +176,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))
|
throw(_("{0} '{1}' not in Fiscal Year {2}").format(_(label), formatdate(date), fiscal_year))
|
||||||
|
|
||||||
|
|
||||||
@frappe.whitelist()
|
|
||||||
def get_balance_on(
|
def get_balance_on(
|
||||||
account=None,
|
account=None,
|
||||||
date=None,
|
date=None,
|
||||||
|
|||||||
Reference in New Issue
Block a user