diff --git a/Setup/Patch/Data/UpgradeBvDataAtttribute.php b/Setup/Patch/Data/UpgradeBvDataAtttribute.php index 00025c9..74306a5 100644 --- a/Setup/Patch/Data/UpgradeBvDataAtttribute.php +++ b/Setup/Patch/Data/UpgradeBvDataAtttribute.php @@ -153,7 +153,7 @@ public function apply() $eavSetup = $this->categorySetupFactory->create(['setup' => $this->moduleDataSetup]); $entityTypeId = $eavSetup->getEntityTypeId(Product::ENTITY); - if ($eavSetup->getAttribute($entityTypeId, 'bv_feed_exclude')) { + if ($eavSetup->getAttribute($entityTypeId, 'bv_feed_exclude') && !$eavSetup->getAttribute($entityTypeId, 'bv_feed_include')) { $eavSetup->updateAttribute( $entityTypeId, 'bv_feed_exclude', @@ -264,4 +264,4 @@ public static function getVersion() { return '9.0.0'; } -} \ No newline at end of file +}