From 237b1a91de8ab2786b4530503719ef07caf65d12 Mon Sep 17 00:00:00 2001 From: Deepesh Garg Date: Sat, 2 Oct 2021 20:37:15 +0530 Subject: [PATCH] fix: Remove unwanted comments (cherry picked from commit e4b89d2fcd6c1eb788f94ad5f9563ccec07a0f2a) --- .../chart_of_accounts_importer/chart_of_accounts_importer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/accounts/doctype/chart_of_accounts_importer/chart_of_accounts_importer.py b/erpnext/accounts/doctype/chart_of_accounts_importer/chart_of_accounts_importer.py index fa61ca21f8..bd2a6f1b08 100644 --- a/erpnext/accounts/doctype/chart_of_accounts_importer/chart_of_accounts_importer.py +++ b/erpnext/accounts/doctype/chart_of_accounts_importer/chart_of_accounts_importer.py @@ -286,7 +286,7 @@ def get_template(template_type): def get_sample_template(writer): template = [ ["Application Of Funds(Assets)", "", "", "", 1, "", "Asset"], - # ["Sources Of Funds(Liabilities)", "", "", "", 1, "", "Liability"], + ["Sources Of Funds(Liabilities)", "", "", "", 1, "", "Liability"], ["Equity", "", "", "", 1, "", "Equity"], ["Expenses", "", "", "", 1, "", "Expense"], ["Income", "", "", "", 1, "", "Income"],