// fix customer listing

This commit is contained in:
rGaillard
2012-09-28 13:23:20 +00:00
parent a8425db00b
commit aa4d6d6cc6
@@ -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.'),