diff --git a/controllers/admin/AdminCustomersController.php b/controllers/admin/AdminCustomersController.php index 37d5ce0a6..1cab016c5 100644 --- a/controllers/admin/AdminCustomersController.php +++ b/controllers/admin/AdminCustomersController.php @@ -148,7 +148,7 @@ class AdminCustomersControllerCore extends AdminController public function postProcess() { - if (!$this->can_add_customer && $this->display) + if (!$this->can_add_customer && $this->display == 'add') $this->redirect_after = $this->context->link->getAdminLink('AdminCustomers'); parent::postProcess();