// small fix on adminpdf

This commit is contained in:
rGaillard
2012-08-08 09:55:29 +00:00
parent 6c0a3fc1d9
commit ba72ac0e49
2 changed files with 10 additions and 2 deletions
-2
View File
@@ -1818,8 +1818,6 @@ class AdminControllerCore extends Controller
else
$this->errors[] = Tools::displayError('You do not have permission to edit here.');
}
elseif ($submitted_action = Tools::getValue('submitAction'.$this->table))
$this->action = $submitted_action;
elseif (Tools::getValue('submitAdd'.$this->table)
|| Tools::getValue('submitAdd'.$this->table.'AndStay')
|| Tools::getValue('submitAdd'.$this->table.'AndPreview'))