Skip to content

Commit

Permalink
Fix issue digitalpianism#15
Browse files Browse the repository at this point in the history
  • Loading branch information
septoctobre committed Nov 14, 2016
1 parent 67e4d01 commit d6a04da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ protected function _prepareCollection()
)
);

$collection->getSelect()->having("SUM(quote_items.price) < SUM(IFNULL(catalog_flat.special_price,quote_items.price))");
$collection->getSelect()->having("SUM(quote_items.price) > SUM(IFNULL(catalog_flat.special_price,quote_items.price))");
} else {
$collection->getSelect()->columns(
array(
Expand Down

0 comments on commit d6a04da

Please sign in to comment.