P5-6459 update italian vat to 22 percent (#160)
* update italian vat to 22 percent * P5-6459 update i18n-territories Co-authored-by: Fredrik Ringqvist <fredrik.ringqvist@photowall.se>
This commit is contained in:
co-authored by
Fredrik Ringqvist
parent
3ba01a7f50
commit
5bdee0c0da
@@ -0,0 +1,5 @@
|
||||
-- P5-6459 - update VAT in italy to 22 percent
|
||||
|
||||
UPDATE "delivery-methods_prices" SET price = (7 / 1.22) WHERE method = 14 and territory = 'IT' and currency = 'EUR';
|
||||
|
||||
UPDATE "i18n-territories" SET vat = 1.22 WHERE iso2char = 'IT';
|
||||
Reference in New Issue
Block a user