chore: remove whitelisting for method not accessed from UI

This commit is contained in:
Sagar Vora 2023-05-31 14:38:37 +05:30
parent 686685bba0
commit 517d8a03ec

View File

@ -96,7 +96,6 @@ class AssetCategory(Document):
frappe.throw(msg, title=_("Missing Account"))
@frappe.whitelist()
def get_asset_category_account(
fieldname, item=None, asset=None, account=None, asset_category=None, company=None
):