Skip to content

Commit 9e747d1

Browse files
committed
ACP2E-420: Price in a Scheduled Update divided by 1000 depending on the Locale
1 parent 052a845 commit 9e747d1

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

app/code/Magento/Catalog/Test/Mftf/Data/TierPriceData.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<entity name="tierPriceHighCostSimpleProduct" type="data">
4646
<data key="website">All Websites [USD]</data>
4747
<data key="customer_group">ALL GROUPS</data>
48-
<data key="price">500000.00</data>
48+
<data key="price">500,000.00</data>
4949
<data key="qty">1</data>
5050
</entity>
5151
<entity name="tierProductPrice" type="catalogTierPrice">

app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Eav.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,6 @@ class Eav extends AbstractModifier
192192
*/
193193
private $prevSetAttributes;
194194

195-
/**
196-
* @var CurrencyInterface
197-
*/
198-
private $localeCurrency;
199-
200195
/**
201196
* @var array
202197
*/

0 commit comments

Comments
 (0)