diff --git a/controllers/admin/AdminGroupsController.php b/controllers/admin/AdminGroupsController.php index 7579370c7..e3758c249 100644 --- a/controllers/admin/AdminGroupsController.php +++ b/controllers/admin/AdminGroupsController.php @@ -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),