// Fix auth issues for multishop

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13647 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-02-27 17:03:58 +00:00
parent c6148fac8f
commit ac890a4fb1
3 changed files with 3 additions and 7 deletions
@@ -292,6 +292,7 @@ class AdminEmployeesControllerCore extends AdminController
$this->fields_form['input'][] = array(
'type' => 'shop',
'label' => $this->l('Shop association:'),
'desc' => $this->l('Select the shops the employee is allowed to access'),
'name' => 'checkBoxShopAsso',
);
}