#7864 - 7864_testToMaster_2434 #2867

Merged
jsegarra merged 139 commits from 7864_testToMaster_2434 into master 2024-08-20 06:33:22 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit bf7cd1530c - Show all commits

View File

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