Skip to content

Commit

Permalink
Do not enable all products
Browse files Browse the repository at this point in the history
  • Loading branch information
dxops committed May 18, 2023
1 parent 9bda467 commit aa0d91b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ImportExport/DataConverter/ProductDataConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ private function setStatus(array &$importedRecord)
{
$importedRecord['status'] = empty($importedRecord['enabled']) ?
Product::STATUS_DISABLED : Product::STATUS_ENABLED;

$importedRecord['status'] = Product::STATUS_ENABLED;
}

private function setPrimaryUnitPrecision(array &$importedRecord): void
Expand Down

0 comments on commit aa0d91b

Please sign in to comment.