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

View File

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