// Fix auth issues for multishop

This commit is contained in:
rMalie
2012-02-27 17:03:58 +00:00
parent ebdf5e92bd
commit f1d8763d35
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',
);
}