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

This commit is contained in:
dMetzger
2012-08-23 17:12:45 +00:00
parent c3c75bdaaf
commit da1f7b6f40
+1 -1
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(