Skip to content

Commit

Permalink
[bug-OpenMage#41] Only customers with a middleName are included in ab…
Browse files Browse the repository at this point in the history
…andoned cart report

Fix middleName issue Abandoned Cart Report not showing customers without middleName
ticket here: http://www.magentocommerce.com/bug-tracking/issue/index/id/962
  • Loading branch information
empiricompany authored and edannenberg committed Dec 6, 2017
1 parent 195baeb commit d653865
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public function addCustomerData($filter = null)
)),
array('firstname' => 'cust_fname.value')
)
->joinInner(
->joinLeft(
array('cust_mname' => $attrMiddlenameTableName),
implode(' AND ', array(
'cust_mname.entity_id = main_table.customer_id',
Expand Down

0 comments on commit d653865

Please sign in to comment.