Skip to content

Commit

Permalink
Magento backend catalog cost without currency symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
mage2pratik committed Feb 3, 2019
1 parent 911a6e6 commit 85beeec
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,13 @@
<label translate="true">Websites</label>
</settings>
</column>
<column name="cost" class="Magento\Catalog\Ui\Component\Listing\Columns\Price" sortOrder="120">
<settings>
<addField>true</addField>
<filter>textRange</filter>
<label translate="true">Cost</label>
</settings>
</column>
<actionsColumn name="actions" class="Magento\Catalog\Ui\Component\Listing\Columns\ProductActions" sortOrder="200">
<settings>
<indexField>entity_id</indexField>
Expand Down

0 comments on commit 85beeec

Please sign in to comment.