7489-testToMaster #2515
|
@ -22,7 +22,7 @@ BEGIN
|
||||||
AND ish.itemFk = vItemFk
|
AND ish.itemFk = vItemFk
|
||||||
GROUP BY ish.id
|
GROUP BY ish.id
|
||||||
ORDER BY
|
ORDER BY
|
||||||
(sc.id = vSectorFk) DESC
|
(sc.id = vSectorFk) DESC,
|
||||||
sh.priority DESC,
|
sh.priority DESC,
|
||||||
ish.created,
|
ish.created,
|
||||||
p.pickingOrder;
|
p.pickingOrder;
|
||||||
|
|
Loading…
Reference in New Issue