Merge pull request #35500 from resilient-tech/remove-wl

This commit is contained in:
Sagar Vora 2023-05-31 14:44:59 +05:30 committed by GitHub
commit 1287ee65b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
):