Change Finland VAT to 25.5% (#414)

This commit is contained in:
Fredrik Ringqvist
2024-08-30 15:50:13 +02:00
committed by GitHub
parent 9831868ba1
commit aa8c8e6157
+2
View File
@@ -0,0 +1,2 @@
-- Change Finland VAT from 24% to 25.5% on 2024-09-01
UPDATE markets SET vat = 1.255 WHERE name = 'FI';