[-] BO : fixed quick access for upgrade from 1.4 #PSCFV-6370

This commit is contained in:
Damien Metzger
2013-01-16 15:51:58 +01:00
parent 80422f5640
commit 7393e6bf7f
+1 -3
View File
@@ -8,7 +8,5 @@ ALTER TABLE `PREFIX_customer` ADD `id_lang` INT UNSIGNED NULL AFTER `id_default_
UPDATE `PREFIX_customer` SET id_lang = (SELECT `value` FROM `PREFIX_configuration` WHERE name = 'PS_LANG_DEFAULT' LIMIT 1);
UPDATE `PREFIX_customer` c, `PREFIX_orders` o SET c.id_lang = o.id_lang WHERE c.id_customer = o.id_customer;
UPDATE `PREFIX_quick_access` SET `link` = 'index.php?controller=AdminCartRules&addcart_rule' WHERE `link` = 'index.php?tab=AdminDiscounts&adddiscount';