fix: Add chart of accounts importer in data import module
diff --git a/erpnext/config/getting_started.py b/erpnext/config/getting_started.py
index 19b71d2..fa84b1c 100644
--- a/erpnext/config/getting_started.py
+++ b/erpnext/config/getting_started.py
@@ -62,6 +62,13 @@
},
{
"type": "doctype",
+ "name": "Chart of Accounts Importer",
+ "labe": _("Chart Of Accounts Importer"),
+ "description": _("Import Chart Of Accounts from CSV / Excel files"),
+ "onboard": 1
+ },
+ {
+ "type": "doctype",
"name": "Letter Head",
"description": _("Letter Heads for print templates."),
"onboard": 1,