From 327a412fb88ec719c80d05c60d71861a194fe64e Mon Sep 17 00:00:00 2001 From: fGaillard Date: Tue, 10 Jan 2012 10:45:01 +0000 Subject: [PATCH] [-] BO : #PSTEST-397 : Groups selection position changed in customers add git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12305 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminCustomersController.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/controllers/admin/AdminCustomersController.php b/controllers/admin/AdminCustomersController.php index 0dde9ad1e..0399f9044 100644 --- a/controllers/admin/AdminCustomersController.php +++ b/controllers/admin/AdminCustomersController.php @@ -351,6 +351,14 @@ class AdminCustomersControllerCore extends AdminController ), 'desc' => $this->l('Customer will receive your ads via e-mail') ), + array( + 'type' => 'group', + 'label' => $this->l('Group access:'), + 'name' => 'groupBox', + 'values' => $groups, + 'required' => true, + 'desc' => $this->l('Check all the box(es) of groups of which the customer is to be a member') + ), array( 'type' => 'select', 'label' => $this->l('Default group:'), @@ -361,14 +369,6 @@ class AdminCustomersControllerCore extends AdminController 'name' => 'name' ), 'hint' => $this->l('The group will be as applied by default.') - ), - array( - 'type' => 'group', - 'label' => $this->l('Group access:'), - 'name' => 'groupBox', - 'values' => $groups, - 'required' => true, - 'desc' => $this->l('Check all the box(es) of groups of which the customer is to be a member') ) ) );