fix(startup): coa drill down

This commit is contained in:
David Arnold 2023-07-23 22:43:41 -05:00
parent e6abe1b77f
commit d066b5cd04
No known key found for this signature in database
GPG Key ID: 0318D822BAC965CC

View File

@ -1117,7 +1117,7 @@ def parse_naming_series_variable(doc, variable):
@frappe.whitelist()
def get_coa(doctype, parent, is_root, chart=None):
def get_coa(doctype, parent, is_root=None, chart=None):
from erpnext.accounts.doctype.account.chart_of_accounts.chart_of_accounts import (
build_tree_from_json,
)