[-] 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
This commit is contained in:
fGaillard
2012-01-10 10:45:01 +00:00
parent 47980aea1f
commit 327a412fb8
@@ -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')
)
)
);