[-] BO: Fix some listing filters bug

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13192 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2012-02-09 16:56:17 +00:00
parent a8de96184b
commit 7c51ccaf88
12 changed files with 32 additions and 20 deletions
+5 -3
View File
@@ -43,15 +43,17 @@ class AdminShopControllerCore extends AdminController
'name' => array(
'title' => $this->l('Shop'),
'width' => 'auto',
'filter_key' => 'b!name'
'filter_key' => 'a!name'
),
'group_shop_name' => array(
'title' => $this->l('Group Shop'),
'width' => 150
'width' => 150,
'filter_key' => 'gs!name'
),
'category_name' => array(
'title' => $this->l('Category Root'),
'width' => 150
'width' => 150,
'filter_key' => 'cl!name'
),
'active' => array(
'title' => $this->l('Enabled'),