mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-19 18:25:32 +00:00
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:
committed by
GitHub
parent
f9390f596d
commit
ddef85ae97
@@ -1867,7 +1867,7 @@
|
||||
"South Africa": {
|
||||
"South Africa Tax": {
|
||||
"account_name": "VAT",
|
||||
"tax_rate": 14.00
|
||||
"tax_rate": 15.00
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user