fix: missing parameter 'country'

This commit is contained in:
Devin Slauenwhite 2021-07-17 14:42:38 -04:00 committed by Subin Tom
parent 28d52c4a95
commit 0d968fabfe

View File

@ -391,5 +391,5 @@ def set_default_accounts(company):
})
company.save()
install_country_fixtures(company.name)
install_country_fixtures(company.name, company.country)
company.create_default_tax_template()