git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7525 b9a71923-0436-4b27-9f14-aed3839534dd

This commit is contained in:
rGaillard
2011-07-06 12:45:27 +00:00
parent 8a59d0dc41
commit 0433d8b7f4
3 changed files with 16 additions and 9 deletions
-1
View File
@@ -45,7 +45,6 @@ class AdminAttributesGroups extends AdminTab
$this->fieldsDisplay = array(
'name' => array('title' => $this->l('Name'), 'width' => 140, 'filter_key' => 'b!name'),
'attribute' => array('title' => $this->l('Attributes'), 'width' => 240, 'orderby' => false, 'search' => false));
$this->shopLinkType = 'group_shop';
parent::__construct();
}