export products to bimix fix

This commit is contained in:
2025-07-16 16:04:58 +00:00
parent 5173239e69
commit 5e9fa03889

View File

@@ -46,7 +46,7 @@ switch ($_GET["action"]) {
WHERE p.active = 1
AND p.deleted = 0
AND p.date_modified > '$sixMonthsAgo'
AND (p.exportedAt IS NULL OR p.exportedAt > '$sinceDate')
AND (p.exportedAt IS NULL OR p.exportedAt < '$sinceDate')
GROUP BY p.id, p.name, p.code
";
$r = $db->query($query);