P5-3133 update VAT in poland

This commit is contained in:
Martin
2018-10-05 14:00:07 +02:00
parent 04187803af
commit 393d117881
+1 -1
View File
@@ -86,7 +86,7 @@ _markets = [
('USA', 'en_US', 'USD', 1, 'USA'),
('Spain', 'es_ES', 'EUR', 1.21, 'ESP'),
('France', 'fr_FR', 'EUR', 1.20, 'FRA'),
('Poland', 'pl_PL', 'PLN', 1.25, 'POL'),
('Poland', 'pl_PL', 'PLN', 1.23, 'POL'),
('International', 'en_EU', 'EUR', 1.25, None),
]