Skip to content

Commit

Permalink
add required column when MSI is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Aug 23, 2021
1 parent 7fe9e7b commit cf35078
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion view/adminhtml/ui_component/document_product_listing.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,14 @@
<label translate="true">SKU</label>
</settings>
</column>
<column name="price" class="Magento\Catalog\Ui\Component\Listing\Columns\Price" sortOrder="80">
<column name="qty" sortOrder="80">
<settings>
<addField>true</addField>
<filter>textRange</filter>
<label translate="true">Quantity</label>
</settings>
</column>
<column name="price" class="Magento\Catalog\Ui\Component\Listing\Columns\Price" sortOrder="90">
<settings>
<addField>true</addField>
<filter>textRange</filter>
Expand Down

0 comments on commit cf35078

Please sign in to comment.