fix: Correct South Africa VAT Rate (#25894)

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 commit is contained in:
Eben van Deventer
2021-06-17 15:13:30 +02:00
committed by GitHub
parent f9390f596d
commit ddef85ae97

View File

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