We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f409bbb + e04a55b commit ac18010Copy full SHA for ac18010
Model/Customer/SourceProvider/IdleFilterModifier.php
@@ -38,6 +38,7 @@ public function apply(AbstractDb $collection, WebsiteInterface $website): void
38
'e.entity_id=cv.customer_id',
39
null
40
);
41
+ $collection->addFieldToFilter('website_id', $website->getId());
42
$collection->getSelect()->joinLeft(
43
['cl' => $connection->getTableName('customer_log')],
44
'e.entity_id=cl.customer_id',
0 commit comments