#7283 item subsections migration #2830

Merged
jorgep merged 11 commits from 7283-itemSectionsMigration into dev 2024-08-12 12:06:25 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ BEGIN
SELECT * FROM sales
UNION ALL
SELECT * FROM orders
ORDER BY shipped,
ORDER BY shipped DESC,
(inventorySupplierFk = entityId) DESC,
alertLevel DESC,
isTicket,