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:
parent
f9390f596d
commit
ddef85ae97
@ -1867,7 +1867,7 @@
|
|||||||
"South Africa": {
|
"South Africa": {
|
||||||
"South Africa Tax": {
|
"South Africa Tax": {
|
||||||
"account_name": "VAT",
|
"account_name": "VAT",
|
||||||
"tax_rate": 14.00
|
"tax_rate": 15.00
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user