// Fix combination edition
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14773 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
+1
-1
@@ -2752,7 +2752,7 @@ class ProductCore extends ObjectModel
|
||||
FROM `'._DB_PREFIX_.'product_attribute` pa
|
||||
'.Shop::addSqlAssociation('product_attribute', 'pa').'
|
||||
WHERE product_attribute_shop.`default_on` = 1
|
||||
AND pa`id_product` = '.(int)$this->id
|
||||
AND pa.`id_product` = '.(int)$this->id
|
||||
);
|
||||
if ($row)
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user