feat(accounting): allow chart_of_account.get_chart to be whilelist

(cherry picked from commit 49dcd96909)
This commit is contained in:
Florian HENRY
2025-03-07 12:29:51 +01:00
committed by Mergify
parent e5fb77c65f
commit e69c722534

View File

@@ -116,6 +116,7 @@ def identify_is_group(child):
return is_group
@frappe.whitelist()
def get_chart(chart_template, existing_company=None):
chart = {}
if existing_company: