From 7c36c50865a7df7cd29d15e676dab45a324cfc2b Mon Sep 17 00:00:00 2001 From: ToutPratique Date: Wed, 12 Apr 2017 16:45:36 +0200 Subject: [PATCH] update prod --- adm/ajax_products_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adm/ajax_products_list.php b/adm/ajax_products_list.php index 64415c49..1d75bf35 100644 --- a/adm/ajax_products_list.php +++ b/adm/ajax_products_list.php @@ -55,7 +55,7 @@ if ($excludeIds && $excludeIds != 'NaN') { // Excluding downloadable products from packs because download from pack is not supported $excludeVirtuals = (bool)Tools::getValue('excludeVirtuals', true); -$exclude_packs = (bool)Tools::getValue('exclude_packs', true); +// $exclude_packs = (bool)Tools::getValue('exclude_packs', true); $context = Context::getContext();