Skip to content
Snippets Groups Projects
Commit 87706340 authored by Oleksii Korshenko's avatar Oleksii Korshenko Committed by GitHub
Browse files

MAGETWO-86430: [Backport to 2.2-develop] Attribute with "Catalog Input Type...

MAGETWO-86430: [Backport to 2.2-develop] Attribute with "Catalog Input Type for Store Owner" equal "Fixed Product Tax" for Multi-store #13019
parents 52decf9d 92dd623b
No related merge requests found
......@@ -68,7 +68,7 @@ class Website
if ($storeId = $this->locator->getStore()->getId()) {
/** @var WebsiteInterface $website */
$website = $this->storeManager->getStore($storeId)->getWebsite();
$websites[$website->getId()] = [
$websites[] = [
'value' => $website->getId(),
'label' => $this->formatLabel(
$website->getName(),
......@@ -81,7 +81,7 @@ class Website
if (!in_array($website->getId(), $product->getWebsiteIds())) {
continue;
}
$websites[$website->getId()] = [
$websites[] = [
'value' => $website->getId(),
'label' => $this->formatLabel(
$website->getName(),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment