From 7f2ae23dbfed3fe418ea44a072cd898381718db8 Mon Sep 17 00:00:00 2001 From: Eben van Deventer Date: Mon, 31 May 2021 12:24:29 +0200 Subject: [PATCH] Correct South Africa VAT Rate On 1 April 2018 South Africa increased the VAT rate from 14% to 15%, this proposed change seeks to update the default parameters for a fresh ERPNext installation. This was already done with a commit to version-13 branch under #25894, this proposed change is to ensure that the update is pulled through to future versions. --- 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 5876488033..512f8ace4a 100644 --- a/erpnext/setup/setup_wizard/data/country_wise_tax.json +++ b/erpnext/setup/setup_wizard/data/country_wise_tax.json @@ -1519,7 +1519,7 @@ "South Africa": { "South Africa Tax": { "account_name": "VAT", - "tax_rate": 14.00 + "tax_rate": 15.00 } },