7430_devToTest #2490

Merged
alexm merged 306 commits from 7430_devToTest into test 2024-05-21 09:15:04 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6dad3d8af4 - Show all commits

View File

@ -22,7 +22,7 @@ BEGIN
AND ish.itemFk = vItemFk
GROUP BY ish.id
ORDER BY
(sc.id = vSectorFk) DESC
(sc.id = vSectorFk) DESC,
sh.priority DESC,
ish.created,
p.pickingOrder;