Skip to content
Snippets Groups Projects
Commit dd27bd4a authored by Vladyslav Shcherbyna's avatar Vladyslav Shcherbyna
Browse files

Merge commit 'refs/pull/7256/head' of https://github.com/magento/magento2 into MAGETWO-60397

parents 2adb6e28 ae49bb65
Branches
No related merge requests found
......@@ -281,7 +281,7 @@ class FlatTableBuilder
if (!empty($columnValueNames)) {
$select->joinLeft(
$temporaryValueTableName,
sprintf('e.%1$s = %2$s.%1$s', $linkField, $temporaryTableName),
sprintf('e.%1$s = %2$s.%1$s', $linkField, $temporaryValueTableName),
$columnValueNames
);
$allColumns = array_merge($allColumns, $columnValueNames);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment