mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-18 17:55:40 +00:00
Changes in company doctype for chart of accounts
This commit is contained in:
@@ -66,9 +66,12 @@ def identify_is_group(child):
|
||||
|
||||
def get_chart(chart_name):
|
||||
chart = {}
|
||||
if chart_name == "Standard":
|
||||
if chart_name == "Standard Template":
|
||||
from erpnext.accounts.doctype.account.chart_of_accounts.verified import standard_chart_of_accounts
|
||||
return standard_chart_of_accounts.get()
|
||||
|
||||
|
||||
|
||||
else:
|
||||
folders = ("verified",)
|
||||
if frappe.local.flags.allow_unverified_charts:
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user