// Details

This commit is contained in:
dMetzger
2012-05-11 12:37:30 +00:00
parent c60c5e18ad
commit 71d1a1a053
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ class ParentOrderControllerCore extends FrontController
}
}
else
$this->errors[] = Tools::displayError('Voucher name invalid.');
$this->errors[] = Tools::displayError('This voucher does not exists');
}
$this->context->smarty->assign(array(
'errors' => $this->errors,