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 Apr 1, 2019
1 parent b4bb3a0 commit df354bd
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 df354bd

Please sign in to comment.