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.
This commit is contained in:
Eben van Deventer 2021-05-31 12:24:29 +02:00 committed by GitHub
parent a3d1b6973a
commit 7f2ae23dbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1519,7 +1519,7 @@
"South Africa": {
"South Africa Tax": {
"account_name": "VAT",
"tax_rate": 14.00
"tax_rate": 15.00
}
},