From e040c096d16bb7a454ce2f3acdc224f8ed09b98e Mon Sep 17 00:00:00 2001 From: Jerome Nadaud Date: Mon, 30 Sep 2013 10:34:54 +0200 Subject: [PATCH] [-] BO : Remove customers group view list link --- controllers/admin/AdminGroupsController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),