P5-6459 Change to 22 percent vat in italy (#28)

This commit is contained in:
Niklas Fondberg
2020-12-18 09:35:56 +01:00
committed by GitHub
parent 10e981f921
commit 4508742ea6
+1 -1
View File
@@ -85,7 +85,7 @@ _markets = [
("France", "fr_FR", "EUR", 1.20, "FRA"),
("Poland", "pl_PL", "EUR", 1.23, "POL"),
("International", "en_EU", "EUR", 1.25, None),
("Italy", "it_IT", "EUR", 1.25, "ITA"),
("Italy", "it_IT", "EUR", 1.22, "ITA"),
]