Skip to content

Commit

Permalink
ENGCOM-4093: Magento backend catalog cost without currency symbol #20907
Browse files Browse the repository at this point in the history


 - Merge Pull Request #20907 from mage2pratik/magento2:patch-7
 - Merged commits:
   1. 85beeec
  • Loading branch information
magento-engcom-team committed Feb 3, 2019
2 parents 911a6e6 + 85beeec commit d2c86c2
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 d2c86c2

Please sign in to comment.