// Fix bug customer list in multistore

This commit is contained in:
Jerome Nadaud
2013-09-12 16:59:25 +02:00
parent 29db737c10
commit 039955e6a1
@@ -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.'),