// 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:
rMalie
2012-04-19 14:50:14 +00:00
parent 5eaacd2162
commit c6ac41fd05
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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;