From 656c758263fa91f847377a503d76b70b91ffb741 Mon Sep 17 00:00:00 2001 From: Deepesh Garg Date: Tue, 26 Sep 2023 14:20:41 +0530 Subject: [PATCH] chore: Add missing comma --- erpnext/setup/setup_wizard/data/country_wise_tax.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/setup/setup_wizard/data/country_wise_tax.json b/erpnext/setup/setup_wizard/data/country_wise_tax.json index b59e2194f5..a746ebee7e 100644 --- a/erpnext/setup/setup_wizard/data/country_wise_tax.json +++ b/erpnext/setup/setup_wizard/data/country_wise_tax.json @@ -160,7 +160,7 @@ "Botswana Tax 14%": { "account_name": "VAT", "tax_rate": 14.00 - } + }, "Botswana Tax 12%": { "account_name": "VAT", "tax_rate": 12.00,