From 800b9f164dc75498c3e45cc0c2001b91eb5459cf Mon Sep 17 00:00:00 2001 From: lLefevre Date: Mon, 19 Dec 2011 13:35:58 +0000 Subject: [PATCH] [-] BO : #PSTEST-56 : fixed incorrect request in shop filters git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11357 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminShopController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminShopController.php b/controllers/admin/AdminShopController.php index a41ddfd29..935229401 100755 --- a/controllers/admin/AdminShopController.php +++ b/controllers/admin/AdminShopController.php @@ -43,7 +43,7 @@ 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'),