diff --git a/Plugin/SetTaxClassId.php b/Plugin/SetTaxClassId.php index 90563f2..ecfad76 100644 --- a/Plugin/SetTaxClassId.php +++ b/Plugin/SetTaxClassId.php @@ -97,7 +97,6 @@ public function afterAddRequiredData(Product $context) try { $connection = $this->entitiesHelper->getConnection(); $connection->query($taxQuery); - $connection->query("ALTER TABLE `" . $tmpTable . "` DROP COLUMN `" . $tax_id_column . "`"); } catch (Exception $e) { throw $e; }