This commit is contained in:
parent
6f26dc4990
commit
1602c12200
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue