// fix customer listing
This commit is contained in:
@@ -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.'),
|
||||
|
||||
Reference in New Issue
Block a user