// fix Orders

This commit is contained in:
Kevin Granger
2013-10-07 11:11:21 +02:00
parent 5c605067f0
commit ba7d9eec21
4 changed files with 45 additions and 42 deletions
+1 -1
View File
@@ -1047,7 +1047,7 @@ class AdminOrdersControllerCore extends AdminController
else
$this->errors[] = Tools::displayError('You do not have permission to edit this.');
}
elseif (Tools::getValue('submitNewVoucher') && isset($order))
elseif (Tools::isSubmit('submitNewVoucher') && isset($order))
{
if ($this->tabAccess['edit'] === '1')
{