Merge pull request #46386 from FHenry/dev_whitelist_getchart

feat(accounting/regional): allow chart_of_account.get_chart to be whilelist
This commit is contained in:
ruthra kumar
2025-03-24 09:59:07 +05:30
committed by GitHub

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: