commit | 1c1e25da455852615694e28184002451747b6c2d | [log] [tgz] |
---|---|---|
author | Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com> | Thu Jun 17 18:27:00 2021 +0530 |
committer | GitHub <noreply@github.com> | Thu Jun 17 18:27:00 2021 +0530 |
tree | b83987e85349446b2e7deb0362b45b29b7e2a67c | |
parent | 1c58d79142a1b3dcc030fdf73d7ca001687e0dff [diff] | |
parent | ceb9d9e8709f58e16cfdc350efacf60876d376f6 [diff] |
Merge pull request #25896 from buff0k/patch-3 fix: Correct South Africa VAT Rate
diff --git a/erpnext/setup/setup_wizard/data/country_wise_tax.json b/erpnext/setup/setup_wizard/data/country_wise_tax.json index ec9a6d6..daaa626 100644 --- a/erpnext/setup/setup_wizard/data/country_wise_tax.json +++ b/erpnext/setup/setup_wizard/data/country_wise_tax.json
@@ -1867,7 +1867,7 @@ "South Africa": { "South Africa Tax": { "account_name": "VAT", - "tax_rate": 14.00 + "tax_rate": 15.00 } },