From aa4d6d6cc67bcee9444546fdf9e047ad943f0e89 Mon Sep 17 00:00:00 2001 From: rGaillard Date: Fri, 28 Sep 2012 13:23:20 +0000 Subject: [PATCH] // fix customer listing --- controllers/admin/AdminCustomersController.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/controllers/admin/AdminCustomersController.php b/controllers/admin/AdminCustomersController.php index 7bdc09433..66bf0be37 100644 --- a/controllers/admin/AdminCustomersController.php +++ b/controllers/admin/AdminCustomersController.php @@ -113,7 +113,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.'),