// Merge -> revision 7979

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7981 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-08-10 08:36:17 +00:00
parent f4a3e88283
commit 7411db9a69
26 changed files with 262 additions and 55 deletions
+1 -1
View File
@@ -343,7 +343,7 @@ class AdminGroups extends AdminTab
$groupReduction = new GroupReduction((int)($id_group_reductions[$key]));
$groupReduction->reduction = $reductions[$key] / 100;
if (!$groupReduction->update())
$this->errors[] = Tools::displayError('Cannot update group reductions');
$this->_errors[] = Tools::displayError('Cannot update group reductions');
}
if (!sizeof($this->_errors))
parent::postProcess();