// Improve Specific prices

This commit is contained in:
rGaillard
2011-11-14 17:40:42 +00:00
parent 2c2586544d
commit 11fc755c46
11 changed files with 89 additions and 58 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ class HistoryControllerCore extends FrontController
if ($orders = Order::getCustomerOrders($this->context->customer->id))
foreach ($orders as &$order)
{
$myOrder = new Order((int)($order['id_order']));
$myOrder = new Order((int)$order['id_order']);
if (Validate::isLoadedObject($myOrder))
$order['virtual'] = $myOrder->isVirtual(false);
}