Skip to content

Commit b116104

Browse files
author
Sergey Nosov
committed
Merge remote branch 'upstream/merchant_beta' into merchant_beta
2 parents b0c1bd2 + 9bb51a6 commit b116104

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)