[-] FO : FixBug #PSCFV-9879 Email confirmation message not present

This commit is contained in:
Jérôme Nadaud
2013-07-24 19:24:22 +02:00
parent ef22b9d5d4
commit 541a4525b5
2 changed files with 7 additions and 0 deletions
@@ -114,6 +114,8 @@ class OrderDetailControllerCore extends FrontController
if (Tools::getValue('ajax') != 'true')
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');