From f5481dc7d563e6300014c4e5924158a9a7bde3a8 Mon Sep 17 00:00:00 2001 From: Solede Date: Mon, 2 Feb 2026 20:28:42 +0100 Subject: [PATCH] fix: backport Switzerland VAT rates update to version-15 (#52244) Co-authored-by: Claude Opus 4.5 --- .../setup/setup_wizard/data/country_wise_tax.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/erpnext/setup/setup_wizard/data/country_wise_tax.json b/erpnext/setup/setup_wizard/data/country_wise_tax.json index 3616425771c..3259a2323b7 100644 --- a/erpnext/setup/setup_wizard/data/country_wise_tax.json +++ b/erpnext/setup/setup_wizard/data/country_wise_tax.json @@ -4844,17 +4844,17 @@ "Switzerland": { "Switzerland normal VAT": { - "account_name": "VAT 7.7%", - "tax_rate": 7.70, + "account_name": "VAT 8.1%", + "tax_rate": 8.10, "default": 1 }, "Switzerland reduced VAT": { - "account_name": "VAT 2.5%", - "tax_rate": 2.50 + "account_name": "VAT 2.6%", + "tax_rate": 2.60 }, "Switzerland lodging VAT": { - "account_name": "VAT 3.7%", - "tax_rate": 3.70 + "account_name": "VAT 3.8%", + "tax_rate": 3.80 } },