Skip to content

Commit

Permalink
Merge branch 'master' into bugfix/ps-10037-product-list-merging
Browse files Browse the repository at this point in the history
  • Loading branch information
dmiseev committed Aug 20, 2019
2 parents 04fdc03 + b33c958 commit 1169a63
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ protected function getConcreteProductSkusInList(array $productConcreteSkus, stri

$productConcreteSkusInListAndCategory = $this->getFactory()
->createProductListCategoryQuery()
->filterByFkProductList_In($productListIds)
->useSpyProductListQuery()
->filterByType($listType)
->endUse()
Expand Down

0 comments on commit 1169a63

Please sign in to comment.