// Use id_order for reference order for old orders (1.4)
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13305 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -328,7 +328,7 @@ ALTER TABLE `PREFIX_order_cart_rule` ADD `id_order_invoice` INT NOT NULL DEFAULT
|
||||
ALTER TABLE `PREFIX_specific_price` ADD `id_group_shop` INT(11) UNSIGNED NOT NULL AFTER `id_shop`;
|
||||
|
||||
/* Generate order references */
|
||||
/* PHP:generate_order_reference(); */;
|
||||
UPDATE `PREFIX_orders` SET `reference` = id_order;
|
||||
|
||||
ALTER TABLE `PREFIX_order_detail` ADD `tax_computation_method` tinyint(1) unsigned NOT NULL default '0' AFTER `product_weight`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user