[-] 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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user