#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 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,