Commit e8a4e12c92a8ecc08f9338efcf2c6931d8fc98f3
1 parent
63fbf03d
rm node nodule
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
common/modules/product/models/Import.php
... | ... | @@ -556,7 +556,7 @@ class Import extends Model { |
556 | 556 | $taxGroup->level = $level; |
557 | 557 | $taxGroup->name = $filter_name; |
558 | 558 | $taxGroup->module = 'string'; |
559 | - $taxGroup->hierarchical = FALSE; | |
559 | + // $taxGroup->hierarchical = FALSE; | |
560 | 560 | $taxGroup->group_to_category = $catalog_names; |
561 | 561 | $taxGroup->is_filter = FALSE; |
562 | 562 | $taxGroup->save(); | ... | ... |