//added comment

This commit is contained in:
vAugagneur
2012-09-04 07:18:59 +00:00
parent 3e69b8a826
commit 27f245e9d9
@@ -411,7 +411,7 @@ class AdminEmployeesControllerCore extends AdminController
$_GET[$key][$row['id_shop']] = 1;
}
}
//if profile is super admin, manually fill checkBoxShopAsso_employee because in the form they are disabled.
if ($_POST['id_profile'] == _PS_ADMIN_PROFILE_)
{
$result = Db::getInstance()->executeS('SELECT id_shop FROM '._DB_PREFIX_.'shop');