// Merge -> revision 8059
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8062 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -376,7 +376,7 @@ class Followup extends Module
|
||||
/* For all customers with more than x euros in 90 days */
|
||||
private function bestCustomer($count = false)
|
||||
{
|
||||
$emailLogs = $this->getLogsEmail(2);
|
||||
$emailLogs = $this->getLogsEmail(3);
|
||||
|
||||
$sql = '
|
||||
SELECT SUM(o.total_paid) total, c.id_cart, c.id_lang, cu.id_customer, cu.firstname, cu.lastname, cu.email
|
||||
|
||||
Reference in New Issue
Block a user