This commit is contained in:
parent
6f26dc4990
commit
1602c12200
|
@ -190,7 +190,7 @@ BEGIN
|
||||||
UNION ALL
|
UNION ALL
|
||||||
SELECT * FROM orders
|
SELECT * FROM orders
|
||||||
ORDER BY shipped DESC,
|
ORDER BY shipped DESC,
|
||||||
(inventorySupplierFk = entityId) ASC,
|
(inventorySupplierFk = entityId) DESC,
|
||||||
alertLevel DESC,
|
alertLevel DESC,
|
||||||
isTicket,
|
isTicket,
|
||||||
`order` DESC,
|
`order` DESC,
|
||||||
|
|
Loading…
Reference in New Issue