[-] BO : features are not doubled anymore in multishop #PSCFV-4527
This commit is contained in:
@@ -3911,7 +3911,7 @@ class AdminProductsControllerCore extends AdminController
|
||||
{
|
||||
if ($this->product_exists_in_shop)
|
||||
{
|
||||
$features = Feature::getFeatures($this->context->language->id);
|
||||
$features = Feature::getFeatures($this->context->language->id, (Shop::isFeatureActive() && Shop::getContext() == Shop::CONTEXT_SHOP));
|
||||
|
||||
foreach ($features as $k => $tab_features)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user