Skip to content

Commit 0682e87

Browse files
committed
MAGETWO-59234: [Github] Error when sort by tier price #6751
1 parent 25bf998 commit 0682e87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Catalog/etc/eav_attributes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,8 @@
4343
<attribute code="media_gallery">
4444
<field code="is_searchable" locked="true" />
4545
</attribute>
46+
<attribute code="tier_price">
47+
<field code="used_for_sort_by" locked="true" />
48+
</attribute>
4649
</entity>
4750
</config>

0 commit comments

Comments
 (0)