PW-462 set price to 0 for business packages in NO, DK and FI

This commit is contained in:
Martin
2016-08-18 13:58:49 +02:00
parent 131da5e69e
commit 3d867fc9df
+5
View File
@@ -0,0 +1,5 @@
-- PW-462: set price to 0 for business packages in Norway, Denmark & Finland
update "delivery-methods_prices" set price = 0 where method = 9 and territory = 'NO';
update "delivery-methods_prices" set price = 0 where method = 9 and territory = 'FI';
update "delivery-methods_prices" set price = 0 where method = 9 and territory = 'DK';