// Quick patch for multishop_specific / need to be check by vAugagneur #PSCFV-3329

This commit is contained in:
dMetzger
2012-07-24 17:48:18 +00:00
parent 07b11f2d72
commit 644a8fdcaa
+1 -1
View File
@@ -2000,7 +2000,7 @@ class AdminControllerCore extends Controller
if ($this->multishop_context && Shop::isTableAssociated($this->table) && !empty($this->className))
{
$def = ObjectModel::getDefinition($this->className);
if (Shop::getContext() != Shop::CONTEXT_ALL || !empty($def['multishop_specific']) || !$this->context->employee->isSuperAdmin())
if (Shop::getContext() != Shop::CONTEXT_ALL || Shop::isTableAssociated($this->table) || !$this->context->employee->isSuperAdmin())
{
$idenfier_shop = Shop::getContextListShopID();
if (!$this->_group)