P5-6418 change vat in germany (#165)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- P5-6459 - update VAT in germany to 19 percent
|
||||
|
||||
UPDATE "delivery-methods_prices" SET price = (7 / 1.19) WHERE method = 14 and territory = 'DE' and currency = 'EUR';
|
||||
|
||||
UPDATE "i18n-territories" SET vat = 1.19 WHERE iso2char = 'DE';
|
||||
Reference in New Issue
Block a user