Skip to content

Commit 0ffd2b0

Browse files
committed
MAGETWO-42486: [GITHUB] Adding product configurations shows wrong currency #1737
1 parent ef556ce commit 0ffd2b0

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/ConfigurableProduct/Block/Adminhtml/Product/Edit/Tab/Super/Config

1 file changed

+1
-1
lines changed

app/code/Magento/ConfigurableProduct/Block/Adminhtml/Product/Edit/Tab/Super/Config/Matrix.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ class Matrix extends \Magento\Backend\Block\Template
5454
/** @var null|array */
5555
private $productAttributes;
5656

57-
5857
/**
5958
* @var \Magento\Framework\Locale\CurrencyInterface
6059
*/
@@ -68,6 +67,7 @@ class Matrix extends \Magento\Backend\Block\Template
6867
* @param \Magento\ConfigurableProduct\Model\Product\Type\VariationMatrix $variationMatrix
6968
* @param ProductRepositoryInterface $productRepository
7069
* @param \Magento\Catalog\Helper\Image $image
70+
* @param \Magento\Framework\Locale\CurrencyInterface $localeCurrency
7171
* @param array $data
7272
*/
7373
public function __construct(

0 commit comments

Comments
 (0)