#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
Showing only changes of commit 1602c12200 - Show all commits

View File

@ -190,7 +190,7 @@ BEGIN
UNION ALL
SELECT * FROM orders
ORDER BY shipped DESC,
(inventorySupplierFk = entityId) ASC,
(inventorySupplierFk = entityId) DESC,
alertLevel DESC,
isTicket,
`order` DESC,