commit | 2fc39fcade1182bb9b73fcc818201a8a66215491 | [log] [tgz] |
---|---|---|
author | Subin Tom <subin-home@Subins-MacBook-Air.local> | Fri Jul 23 20:55:24 2021 +0530 |
committer | Subin Tom <subin-home@Subins-MacBook-Air.local> | Fri Jul 23 20:55:24 2021 +0530 |
tree | b2214261b117ff4c5b28cd7b120924238318d9f5 | |
parent | 0d968fabfecafe544fe5700922eae206a4cb5816 [diff] | |
parent | 4128aa762887ff7a82621420c7f4c8bfa637de76 [diff] |
Merge branch 'develop' of https://github.com/frappe/erpnext into develop
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 4fd8413..8456b49 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
@@ -391,5 +391,5 @@ }) company.save() - install_country_fixtures(company.name) + install_country_fixtures(company.name, company.country) company.create_default_tax_template()