[-] BO : #PSTEST-386 - Fixed problem with filter on the group tab

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12263 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-01-09 13:29:09 +00:00
parent 32d38e8f87
commit e5b88d37d1
+3 -1
View File
@@ -69,7 +69,8 @@ class AdminGroupsControllerCore extends AdminController
'nb' => array(
'title' => $this->l('Members'),
'width' => 25,
'align' => 'center'
'align' => 'center',
'havingFilter' => true,
),
'show_prices' => array(
'title' => $this->l('Show prices'),
@@ -128,6 +129,7 @@ class AdminGroupsControllerCore extends AdminController
protected function renderCustomersList($group)
{
$genders = array(0 => $this->l('?'));
$genders_icon = array('default' => 'unknown.gif');
foreach (Gender::getGenders() as $gender)
{
$genders_icon[$gender->id] = '../genders/'.(int)$gender->id.'.jpg';