From 9e719700f6c3ad4b37912dadc27f160910cdb57f Mon Sep 17 00:00:00 2001 From: Francois Gaillard Date: Tue, 10 Jan 2012 10:45:01 +0000 Subject: [PATCH] [-] BO : #PSTEST-397 : Groups selection position changed in customers add --- 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') ) ) );