refs #7431 feat: itemPlacementSupplyStockGetTargetList
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Sergio De la torre 2024-05-21 09:37:29 +02:00
parent cb866b4ab7
commit 6dad3d8af4
1 changed files with 1 additions and 1 deletions

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;