From 95763ce48383da7f702500c982b3a87bf106cad5 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Tue, 29 May 2012 14:27:11 +0000 Subject: [PATCH] [-] BO : #PSCFV-2582 : now list customer is not empty when deleting multiple customer git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15742 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminCustomersController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminCustomersController.php b/controllers/admin/AdminCustomersController.php index 78e7c280e..47fddd1d8 100644 --- a/controllers/admin/AdminCustomersController.php +++ b/controllers/admin/AdminCustomersController.php @@ -51,7 +51,7 @@ class AdminCustomersControllerCore extends AdminController $this->default_form_language = $this->context->language->id; - $genders = array(0 => $this->l('?')); + $genders = array(); $genders_icon = array('default' => 'unknown.gif'); foreach (Gender::getGenders() as $gender) {