From 64bddc3f31263080bc8730e79b2eb3f131904cfb Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Fri, 13 Jul 2012 08:01:59 +0000 Subject: [PATCH] // Change commentary --- controllers/front/OrderController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/front/OrderController.php b/controllers/front/OrderController.php index b9c1b9be9..b706f31db 100644 --- a/controllers/front/OrderController.php +++ b/controllers/front/OrderController.php @@ -265,7 +265,7 @@ class OrderControllerCore extends ParentOrderController $this->errors[] = Tools::displayError('An error occurred while updating your cart.'); if (!$this->context->cart->isMultiAddressDelivery()) - $this->context->cart->setNoMultishipping(); // As the cart is no multishipping, set each delivery address lines with the main delivery address + $this->context->cart->setNoMultishipping(); // If there is only one delivery address, set each delivery address lines with the main delivery address if (Tools::isSubmit('message')) $this->_updateMessage(Tools::getValue('message'));