Merge pull request #26539 from dj12djdjs/fix-req-argument

fix: missing parameter 'country'
This commit is contained in:
Deepesh Garg 2021-07-18 17:48:22 +05:30 committed by GitHub
commit ce79faa738
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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()