Skip to content

Commit

Permalink
magento:magento2 BAckport Special Price shown without currency symbol…
Browse files Browse the repository at this point in the history
… in magento backoffice magento#20472
  • Loading branch information
XxXgeoXxX committed Jan 22, 2019
1 parent cbd8d8a commit 53c5871
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="special_price" class="Magento\Catalog\Ui\Component\Listing\Columns\Price" sortOrder="110">
<settings>
<addField>false</addField>
<filter>textRange</filter>
<label translate="true">Special Price</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 53c5871

Please sign in to comment.