fix: Add chart of accounts importer in data import module

This commit is contained in:
deepeshgarg007 2019-05-31 10:11:46 +05:30
parent b6ffaf11fe
commit 9f9516597c

View File

@ -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",