PW-462 set price to 0 for business packages in NO, DK and FI
This commit is contained in:
@@ -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';
|
||||
Reference in New Issue
Block a user