// fix customer listing

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17610 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2012-09-28 13:23:20 +00:00
parent 06d251156f
commit 611f01f340
@@ -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.'),