This commit is contained in:
Jérôme Nadaud
2013-07-25 08:49:40 +02:00
parent 541a4525b5
commit 7b980217b5

View File

@@ -115,7 +115,6 @@ class OrderDetailControllerCore extends FrontController
Tools::redirect('index.php?controller=order-detail&id_order='.(int)$idOrder);
$this->context->smarty->assign('message_confirmation', true);
}
else
$this->errors[] = Tools::displayError('Order not found');