diff --git a/controllers/admin/AdminCustomersController.php b/controllers/admin/AdminCustomersController.php index 925fe8f8b..796c0cc53 100644 --- a/controllers/admin/AdminCustomersController.php +++ b/controllers/admin/AdminCustomersController.php @@ -109,7 +109,8 @@ class AdminCustomersControllerCore extends AdminController 'align' => 'center', 'active' => 'status', 'type' => 'bool', - 'orderby' => false + 'orderby' => false, + 'filter_key' => 'a!active', ), 'newsletter' => array( 'title' => $this->l('News.'),