From a8fb8deeddab7ed56b9b1fa91da3dfd9146cf830 Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Wed, 18 Jul 2012 14:33:14 +0000 Subject: [PATCH] // Normalization --- 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'