Skip to content

Commit

Permalink
ENGCOM-3793: [Forwardport] [Backport] fixed store wise product filter…
Browse files Browse the repository at this point in the history
… issue #20071
  • Loading branch information
sivaschenko authored Feb 24, 2019
2 parents 35fbfe0 + 1c0bb54 commit e860fc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,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 e860fc1

Please sign in to comment.