#7831 hotfix sql #2868

Merged
jorgep merged 2 commits from 7831-hotfix-correctOrder into master 2024-08-20 08:03:28 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ BEGIN
SELECT * FROM sales SELECT * FROM sales
UNION ALL UNION ALL
SELECT * FROM orders SELECT * FROM orders
ORDER BY shipped DESC, ORDER BY shipped,
Review

rollback.

rollback.
(inventorySupplierFk = entityId) DESC, (inventorySupplierFk = entityId) DESC,
alertLevel DESC, alertLevel DESC,
isTicket, isTicket,