Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
oxcom committed Aug 30, 2018
1 parent dd2ff1a commit d9cdd06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Model/ProductRepositoryModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ protected function getBestsellers($condition, ProductSearchCriteriaInterface $se
$this->prepareProductCollection($searchCriteria);

$joinCond = [
'store_id' => ['eq' => $storeId],
'store_id' => ['eq' => $storeId],
'product_price' => [$condition => 0],
];

$table = $this->bestsellers->getTableByAggregationPeriod($period);
Expand Down

0 comments on commit d9cdd06

Please sign in to comment.