Correct South Africa VAT Rate
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 was already done with a commit to version-13 branch under #25894, this proposed change is to ensure that the update is pulled through to future versions.
This commit is contained in:
parent
a3d1b6973a
commit
7f2ae23dbf
@ -1519,7 +1519,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