From e8a4e12c92a8ecc08f9338efcf2c6931d8fc98f3 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Wed, 18 Jan 2017 12:17:25 +0200 Subject: [PATCH] rm node nodule --- common/modules/product/models/Import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/modules/product/models/Import.php b/common/modules/product/models/Import.php index 6186c3f..04316b4 100755 --- a/common/modules/product/models/Import.php +++ b/common/modules/product/models/Import.php @@ -556,7 +556,7 @@ class Import extends Model { $taxGroup->level = $level; $taxGroup->name = $filter_name; $taxGroup->module = 'string'; - $taxGroup->hierarchical = FALSE; + // $taxGroup->hierarchical = FALSE; $taxGroup->group_to_category = $catalog_names; $taxGroup->is_filter = FALSE; $taxGroup->save(); -- libgit2 0.21.4