Skip to content

Commit 9bb51a6

Browse files
committed
Merge pull request #120 from magento-south/MAGETWO-43764mb
[SOUTH] MAGETWO-43764
2 parents 3238f30 + b7763d5 commit 9bb51a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ public function showCustomerInfo()
146146
[
147147
'customer' => $this->getTable('customer_entity')
148148
],
149-
'main_table.customer_id = customer.entity_id'
149+
'main_table.customer_id = customer.entity_id',
150+
['firstname', 'lastname']
150151
);
151152
return $this;
152153
}

0 commit comments

Comments
 (0)