From f01147ebd8f7fc2b526ae098e1bdc12b6cabd314 Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Wed, 18 Jul 2012 14:33:14 +0000 Subject: [PATCH] // Normalization git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16475 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminCustomersController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/admin/AdminCustomersController.php b/controllers/admin/AdminCustomersController.php index 1cab016c5..1c47a8bbe 100644 --- a/controllers/admin/AdminCustomersController.php +++ b/controllers/admin/AdminCustomersController.php @@ -68,7 +68,7 @@ class AdminCustomersControllerCore extends AdminController 'title' => $this->l('ID'), 'align' => 'center', 'width' => 20 - ), + ), 'id_gender' => array( 'title' => $this->l('Gender'), 'width' => 70, @@ -78,7 +78,7 @@ class AdminCustomersControllerCore extends AdminController 'type' => 'select', 'list' => $genders, 'filter_key' => 'a!id_gender', - ), + ), 'lastname' => array( 'title' => $this->l('Last Name'), 'width' => 'auto'