[-] BO : fix #PSCFV-4988

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17858 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-10-15 09:36:01 +00:00
parent 531877ef71
commit 97a50f54a2
3 changed files with 24 additions and 14 deletions
-1
View File
@@ -138,7 +138,6 @@ class FeatureValueCore extends ObjectModel
ON (fvl.`id_feature_value` = fv.`id_feature_value`)
WHERE `value` = \''.pSQL($name).'\'
AND fv.`id_feature` = '.(int)$id_feature.'
AND fv.`custom` = 1
GROUP BY fv.`id_feature_value` LIMIT 1
');