mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-17 10:36:31 +00:00
Chart of accounts for Taiwan (#10435)
This commit is contained in:
@@ -47,7 +47,7 @@ class TestCompany(unittest.TestCase):
|
||||
def test_coa_based_on_country_template(self):
|
||||
countries = ["India", "Brazil", "United Arab Emirates", "Canada", "Germany", "France",
|
||||
"Guatemala", "Indonesia", "Mexico", "Nicaragua", "Netherlands", "Singapore",
|
||||
"Brazil", "Argentina", "Hungary"]
|
||||
"Brazil", "Argentina", "Hungary", "Taiwan"]
|
||||
|
||||
for country in countries:
|
||||
templates = get_charts_for_country(country)
|
||||
|
||||
Reference in New Issue
Block a user