commit | e3c000d0bec35542b30811aa3f2f16782210770a | [log] [tgz] |
---|---|---|
author | vishnu <vishnuviswambaran2002@gmail.com> | Wed Feb 22 10:53:11 2023 +0000 |
committer | vishnu <vishnuviswambaran2002@gmail.com> | Wed Feb 22 10:53:11 2023 +0000 |
tree | dfeab03362075e9237d592e55397605a96afeefd | |
parent | 19c0b7a5234b017c7a15e8a7b149d386f85180e6 [diff] |
chore: change column label
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 dd2bd88..cb7da17 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
@@ -318,7 +318,7 @@ "Is Group", "Account Type", "Root Type", - "account_currency", + "Account Currency", ] writer = UnicodeWriter() writer.writerow(fields)