From 83a8deaa0beb22617be20611540912e6f49be34a 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 bd383ba237583..d37d6ee49edfb 100644 --- a/app/code/Magento/Customer/etc/di.xml +++ b/app/code/Magento/Customer/etc/di.xml @@ -340,9 +340,9 @@ - customer_group_code - customer_group_id - class_name + main_table.customer_group_code + main_table.customer_group_id + tax_class_table.class_name @@ -350,9 +350,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