Skip to content

Commit

Permalink
Merge pull request PrestaShop#37191 from rsoulard-prolaser/specific-r…
Browse files Browse the repository at this point in the history
…eferences

fix specific references
  • Loading branch information
kpodemski authored Oct 21, 2024
2 parents 9627479 + 912f716 commit 18c3c00
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Adapter/Presenter/Product/ProductLazyArray.php
Original file line number Diff line number Diff line change
Expand Up @@ -575,10 +575,6 @@ public function getCombinationSpecificData()
*/
public function getSpecificReferences()
{
if (isset($this->product['cart_quantity'])) {
return null;
}

$specificReferences = null;

// Get data of this combination, it contains other stuff, we will extract only what we need
Expand Down

0 comments on commit 18c3c00

Please sign in to comment.