// Wrong id given to the Cart class #PSCFV-3739

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16980 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dMetzger
2012-08-23 17:12:45 +00:00
parent adebadfbc8
commit 4e4576ec97

View File

@@ -1327,7 +1327,7 @@ class AdminOrdersControllerCore extends AdminController
// Smarty assign
$this->tpl_view_vars = array(
'order' => $order,
'cart' => new Cart($order->id),
'cart' => new Cart($order->id_cart),
'customer' => $customer,
'customer_addresses' => $customer->getAddresses($this->context->language->id),
'addresses' => array(