From a568d2c669b778073cf4e7490593c6e68ffb531d Mon Sep 17 00:00:00 2001 From: aFolletete Date: Tue, 20 Sep 2011 08:41:05 +0000 Subject: [PATCH] [-] FO : fixed bug on Feature detachable with product pack feature git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8654 b9a71923-0436-4b27-9f14-aed3839534dd --- classes/Pack.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Pack.php b/classes/Pack.php index dcb870669..4cb49cdcf 100644 --- a/classes/Pack.php +++ b/classes/Pack.php @@ -206,7 +206,7 @@ class PackCore extends Product { if (self::$feature_active === null) self::$feature_active = (bool)Db::getInstance(_PS_USE_SQL_SLAVE_)->getValue(' - SELECT `id_pack` + SELECT `id_product_pack` FROM `'._DB_PREFIX_.'pack` '); return self::$feature_active;