commit | d066b5cd04c1b8e9056255121499fb4521fd649e | [log] [tgz] |
---|---|---|
author | David Arnold <david.arnold@iohk.io> | Sun Jul 23 22:43:41 2023 -0500 |
committer | David Arnold <david.arnold@iohk.io> | Sun Jul 23 22:44:19 2023 -0500 |
tree | 75cd4ff6b7def115d556ac0bc9adebbffce56108 | |
parent | e6abe1b77f17f7c322b1904a48dbe358c8163720 [diff] |
fix(startup): coa drill down
diff --git a/erpnext/accounts/utils.py b/erpnext/accounts/utils.py index e354663..0ed8533 100644 --- a/erpnext/accounts/utils.py +++ b/erpnext/accounts/utils.py
@@ -1117,7 +1117,7 @@ @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, )