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

This commit is contained in:
mDeflotte
2012-01-09 13:29:09 +00:00
parent 38254a3061
commit c04f88a470
+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';