export products to bimix fix
This commit is contained in:
@@ -46,7 +46,7 @@ switch ($_GET["action"]) {
|
|||||||
WHERE p.active = 1
|
WHERE p.active = 1
|
||||||
AND p.deleted = 0
|
AND p.deleted = 0
|
||||||
AND p.date_modified > '$sixMonthsAgo'
|
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
|
GROUP BY p.id, p.name, p.code
|
||||||
";
|
";
|
||||||
$r = $db->query($query);
|
$r = $db->query($query);
|
||||||
|
|||||||
Reference in New Issue
Block a user