[-] BO : fix #PSCFV-3198

This commit is contained in:
lLefevre
2012-07-13 14:45:36 +00:00
parent 6f54a44985
commit 101c68a35c
+3
View File
@@ -2466,6 +2466,9 @@ class ProductCore extends ObjectModel
}
}
if (!isset(self::$_pricesLevel2[$cache_id_2][(int)$id_product_attribute]))
return;
$result = self::$_pricesLevel2[$cache_id_2][(int)$id_product_attribute];
if (!$specific_price || $specific_price['price'] < 0)