Merge pull request #25896 from buff0k/patch-3

fix: Correct South Africa VAT Rate
This commit is contained in:
Deepesh Garg 2021-06-17 18:27:00 +05:30 committed by GitHub
commit 1c1e25da45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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