We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a834a3 commit 670f83eCopy full SHA for 670f83e
app/code/Magento/Newsletter/Model/Resource/Subscriber/Collection.php
@@ -146,7 +146,7 @@ public function showCustomerInfo()
146
[
147
'customer' => $this->getTable('customer_entity')
148
],
149
- 'main_table.customer_id',
+ 'main_table.customer_id = customer.entity_id',
150
151
'customer_lastname' => 'lastname',
152
'customer_firstname' => 'firstname'
0 commit comments