// Fix list of customers in multishop #PSCFV-2499
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15562 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -703,7 +703,10 @@ class ShopCore extends ObjectModel
|
||||
if ($alias)
|
||||
$alias .= '.';
|
||||
|
||||
$restriction = ' AND '.$alias.'id_shop IN ('.implode(', ', Shop::getContextListShopID($share)).') ';
|
||||
if ($share == Shop::SHARE_CUSTOMER)
|
||||
$restriction = ' AND '.$alias.'id_shop_group = '.(int)Shop::getContextShopGroupID();
|
||||
else
|
||||
$restriction = ' AND '.$alias.'id_shop IN ('.implode(', ', Shop::getContextListShopID($share)).') ';
|
||||
return $restriction;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user