From 0f23ed75e6aeac411ff51d70bbd421d47fefd919 Mon Sep 17 00:00:00 2001 From: Max Gopey Date: Tue, 5 Jun 2018 10:37:14 +0200 Subject: [PATCH] Add missing table aliases to fields mapping for Customer Group filter and sorting processor #15822 --- app/code/Magento/Customer/etc/di.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/code/Magento/Customer/etc/di.xml b/app/code/Magento/Customer/etc/di.xml index 0d99c1145e81b..86ed633790491 100644 --- a/app/code/Magento/Customer/etc/di.xml +++ b/app/code/Magento/Customer/etc/di.xml @@ -353,9 +353,9 @@ - customer_group_code - customer_group_id - class_name + main_table.customer_group_code + main_table.customer_group_id + tax_class_table.class_name @@ -363,9 +363,9 @@ - customer_group_code - customer_group_id - class_name + main_table.customer_group_code + main_table.customer_group_id + tax_class_table.class_name ASC