// Fix Shop::SHARE_ORDER and Shop::SHARE_CUSTOMER on statistics
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7959 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -146,7 +146,7 @@ class StatsBestCustomers extends ModuleGrid
|
||||
LEFT JOIN `'._DB_PREFIX_.'guest` g ON c.`id_customer` = g.`id_customer`
|
||||
LEFT JOIN `'._DB_PREFIX_.'connections` co ON g.`id_guest` = co.`id_guest`
|
||||
WHERE co.date_add BETWEEN '.$this->getDate()
|
||||
.$this->sqlShopRestriction(true, 'c').
|
||||
.$this->sqlShopRestriction(Shop::SHARE_CUSTOMER, 'c').
|
||||
'GROUP BY c.`id_customer`, c.`lastname`, c.`firstname`, c.`email`';
|
||||
if (Validate::IsName($this->_sort))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user