fix: refs #7283 sql
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Jorge Penadés 2024-08-12 09:13:30 +02:00
parent 6f26dc4990
commit 1602c12200
1 changed files with 1 additions and 1 deletions

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,