diff --git a/erpnext/setup/setup_wizard/data/country_wise_tax.json b/erpnext/setup/setup_wizard/data/country_wise_tax.json index 3532d6b456..b59e2194f5 100644 --- a/erpnext/setup/setup_wizard/data/country_wise_tax.json +++ b/erpnext/setup/setup_wizard/data/country_wise_tax.json @@ -157,9 +157,14 @@ }, "Botswana": { - "Botswana Tax": { + "Botswana Tax 14%": { "account_name": "VAT", - "tax_rate": 12.00 + "tax_rate": 14.00 + } + "Botswana Tax 12%": { + "account_name": "VAT", + "tax_rate": 12.00, + "default": 1 } },