Skip to content

Commit f5481dc

Browse files
dinowebclaude
andauthored
fix: backport Switzerland VAT rates update to version-15 (#52244)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 7b059a9 commit f5481dc

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

erpnext/setup/setup_wizard/data/country_wise_tax.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4844,17 +4844,17 @@
48444844

48454845
"Switzerland": {
48464846
"Switzerland normal VAT": {
4847-
"account_name": "VAT 7.7%",
4848-
"tax_rate": 7.70,
4847+
"account_name": "VAT 8.1%",
4848+
"tax_rate": 8.10,
48494849
"default": 1
48504850
},
48514851
"Switzerland reduced VAT": {
4852-
"account_name": "VAT 2.5%",
4853-
"tax_rate": 2.50
4852+
"account_name": "VAT 2.6%",
4853+
"tax_rate": 2.60
48544854
},
48554855
"Switzerland lodging VAT": {
4856-
"account_name": "VAT 3.7%",
4857-
"tax_rate": 3.70
4856+
"account_name": "VAT 3.8%",
4857+
"tax_rate": 3.80
48584858
}
48594859
},
48604860

0 commit comments

Comments
 (0)