diff --git a/controllers/admin/AdminGroupsController.php b/controllers/admin/AdminGroupsController.php index bf65d6a55..ae47c00bf 100644 --- a/controllers/admin/AdminGroupsController.php +++ b/controllers/admin/AdminGroupsController.php @@ -451,6 +451,7 @@ public function processSave() { if (!$this->validateDiscount(Tools::getValue('reduction'))) { $this->errors[] = Tools::displayError('The discount value is incorrect (must be a percentage).'); + $this->display = 'edit'; } else { $this->updateCategoryReduction(); $object = parent::processSave();