From 039955e6a1dd53271811d88aaaa13fae6dba41a6 Mon Sep 17 00:00:00 2001 From: Jerome Nadaud Date: Thu, 12 Sep 2013 16:59:25 +0200 Subject: [PATCH] // Fix bug customer list in multistore --- 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 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.'),