Skip to content

Commit 80b1dd1

Browse files
unicoder88damcou
authored andcommitted
Don't exclude level product attribute (#956)
1 parent 019e4ae commit 80b1dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Helper/Entity/ProductHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public function getAllAttributes($addEmptyRow = false)
176176
'custom_design', 'custom_design_from', 'custom_design_to', 'custom_layout_update',
177177
'custom_use_parent_settings', 'default_sort_by', 'display_mode', 'filter_price_range',
178178
'global_position', 'image', 'include_in_menu', 'is_active', 'is_always_include_in_menu', 'is_anchor',
179-
'landing_page', 'level', 'lower_cms_block', 'page_layout', 'path_in_store', 'position', 'small_image',
179+
'landing_page', 'lower_cms_block', 'page_layout', 'path_in_store', 'position', 'small_image',
180180
'thumbnail', 'url_key', 'url_path', 'visible_in_menu', 'quantity_and_stock_status',
181181
];
182182

0 commit comments

Comments
 (0)