[-] BO : fixed bug #PSCFV-2828 - Changing the default attribute : no refresh
This commit is contained in:
+1
-1
@@ -1123,7 +1123,7 @@ class ProductCore extends ObjectModel
|
||||
|
||||
$result &= ObjectModel::updateMultishopTable('product', array(
|
||||
'cache_default_attribute' => (int)$id_product_attribute,
|
||||
), '`a.id_product` = '.(int)$this->id);
|
||||
), 'a.`id_product` = '.(int)$this->id);
|
||||
|
||||
return $result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user