diff --git a/patches/os/MDVA-38346_2.4.1.patch b/patches/os/MDVA-38346_2.4.1.patch index f42f01e4..fba4df7e 100644 --- a/patches/os/MDVA-38346_2.4.1.patch +++ b/patches/os/MDVA-38346_2.4.1.patch @@ -383,7 +383,7 @@ index 000000000000..3b9afb136b8b + } + } + -+ $fieldName = $subject->getConnection()->quoteIdentifier($field); ++ $fieldName = "main_table.".$subject->getConnection()->quoteIdentifier($field); + $condition = $subject->getConnection()->prepareSqlCondition($fieldName, $condition); + $subject->getSelect()->where($condition, null, Select::TYPE_CONDITION); +