Skip to content

Commit

Permalink
Merge pull request #307 from fyndiq/dont-skip-empty-skus
Browse files Browse the repository at this point in the history
Don't skip epty SKU-s for combinations
  • Loading branch information
aquilax committed Dec 1, 2015
2 parents 1609f25 + 43a54c8 commit abf6f5c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/backoffice/models/FmProductExport.php
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,6 @@ public function getStoreProduct($languageId, $productId, $descriptionType, $skuT
$combinationImages = $product->getCombinationImages($languageId);
foreach ($productAttributes as $fixingAttribute) {
$reference = $this->getProductSKU($skuTypeId, $product, $fixingAttribute);
if ($reference == '') {
continue;
}
if (!isset($productAttributesFixed[$reference])) {
$productAttributesFixed[$reference] = array();
}
Expand Down

0 comments on commit abf6f5c

Please sign in to comment.