Skip to content

Commit

Permalink
Merge pull request magento#914 from magento-engcom/891
Browse files Browse the repository at this point in the history
MSI-891: Stock status title is visible on "Advanced Inventory" in multi source mode
  • Loading branch information
Valeriy Nayda authored Apr 20, 2018
2 parents f355146 + 282943a commit 1e94211
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ public function modifyMeta(array $meta)
]
);

$stockStatusPath = $stockDataPath
. '/children/container_is_in_stock/children/is_in_stock/arguments/data/config';
$stockStatusPath = $stockDataPath . '/children/container_is_in_stock/arguments/data/config';
$meta = $this->arrayManager->set(
$stockStatusPath,
$meta,
Expand Down

0 comments on commit 1e94211

Please sign in to comment.