// Change commentary

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16398 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-07-13 08:01:59 +00:00
parent a342ee66f2
commit 6c39413878
+1 -1
View File
@@ -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'));