Skip to content

Commit

Permalink
[CATEGORY] Fixes #35
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasKotlyar committed Oct 28, 2016
1 parent 9bb2c53 commit a99e629
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Model/Import/Category.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ class Category extends \Magento\ImportExport\Model\Import\AbstractEntity
'default_sort_by',
CategoryModel::KEY_AVAILABLE_SORT_BY,
CategoryModel::KEY_IS_ACTIVE,
CategoryModel::KEY_INCLUDE_IN_MENU
CategoryModel::KEY_INCLUDE_IN_MENU,
'is_anchor'
];


Expand Down

0 comments on commit a99e629

Please sign in to comment.