[-] BO : super admins are now added to all shops #PSCFV-3561

This commit is contained in:
dMetzger
2012-08-24 09:10:30 +00:00
parent 491b5aea55
commit 5312afc3d3
2 changed files with 16 additions and 0 deletions
+1
View File
@@ -219,6 +219,7 @@ class ShopCore extends ObjectModel
{
$res = parent::add($autodate, $null_values);
Shop::cacheShops(true);
Db::getInstance()->Execute('INSERT INTO '._DB_PREFIX_.'employee_shop (id_employee, id_shop) (SELECT id_employee, '.(int)$this->id.' FROM '._DB_PREFIX_.'employee WHERE id_profile = '.(int)_PS_ADMIN_PROFILE_.')');
return $res;
}