From 9f9516597c627df65818cc79a64b2644be5d8d47 Mon Sep 17 00:00:00 2001 From: deepeshgarg007 Date: Fri, 31 May 2019 10:11:46 +0530 Subject: [PATCH] fix: Add chart of accounts importer in data import module --- erpnext/config/getting_started.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/erpnext/config/getting_started.py b/erpnext/config/getting_started.py index 19b71d2168..fa84b1ce94 100644 --- a/erpnext/config/getting_started.py +++ b/erpnext/config/getting_started.py @@ -60,6 +60,13 @@ def get_data(): "description": _("Import Data from CSV / Excel files."), "onboard": 1, }, + { + "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",