mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 21:59:13 +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):
|
def get_chart(chart_name):
|
||||||
chart = {}
|
chart = {}
|
||||||
if chart_name == "Standard":
|
if chart_name == "Standard Template":
|
||||||
from erpnext.accounts.doctype.account.chart_of_accounts.verified import standard_chart_of_accounts
|
from erpnext.accounts.doctype.account.chart_of_accounts.verified import standard_chart_of_accounts
|
||||||
return standard_chart_of_accounts.get()
|
return standard_chart_of_accounts.get()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
else:
|
else:
|
||||||
folders = ("verified",)
|
folders = ("verified",)
|
||||||
if frappe.local.flags.allow_unverified_charts:
|
if frappe.local.flags.allow_unverified_charts:
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user