[-] BO : Remove customers group view list link

This commit is contained in:
Jerome Nadaud
2013-09-30 10:34:54 +02:00
parent 3e85622972
commit e040c096d1
+1 -1
View File
@@ -197,7 +197,7 @@ class AdminGroupsControllerCore extends AdminController
$this->list_id = 'customer_group';
$this->actions = array();
$this->bulk_actions = false;
$this->no_link = true;
$this->list_no_link = true;
$this->fields_list = (array(
'id_customer' => array('title' => $this->l('ID'), 'width' => 15, 'align' => 'center', 'filter_key' => 'c!id_customer'),
'id_gender' => array('title' => $this->l('Titles'), 'align' => 'center', 'width' => 50,'icon' => $genders_icon, 'list' => $genders),