Skip to content

Commit

Permalink
ENGCOM-3732: [Backport] fixed store wise product filter issue #19911
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Korshenko authored Jan 2, 2019
2 parents 2761322 + 569752f commit e73a7a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ public function addAttributeToFilter($attribute, $condition = null, $joinType =
*/
public function addFieldToFilter($attribute, $condition = null)
{
return $this->addAttributeToFilter($attribute, $condition);
return $this->addAttributeToFilter($attribute, $condition, 'left');
}

/**
Expand Down

0 comments on commit e73a7a4

Please sign in to comment.