// Fix bug with address changing and multi-address on opc
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13892 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
+1
-1
@@ -3012,7 +3012,7 @@ class CartCore extends ObjectModel
|
||||
)';
|
||||
Db::getInstance()->execute($sql);
|
||||
|
||||
// upgradng address delivery
|
||||
// Upgrading address delivery
|
||||
$sql = 'UPDATE `'._DB_PREFIX_.'cart_product`
|
||||
SET `id_address_delivery` =
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user