Skip to content

Commit 670f83e

Browse files
author
Volodymyr Klymenko
committed
MAGETWO-39496: Newsletter Subscribers grid is absent
1 parent 2a834a3 commit 670f83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Newsletter/Model/Resource/Subscriber/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public function showCustomerInfo()
146146
[
147147
'customer' => $this->getTable('customer_entity')
148148
],
149-
'main_table.customer_id',
149+
'main_table.customer_id = customer.entity_id',
150150
[
151151
'customer_lastname' => 'lastname',
152152
'customer_firstname' => 'firstname'

0 commit comments

Comments
 (0)