refactor: refs #6453 Minor changes
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
7e415181c2
commit
15f580508b
|
@ -55,7 +55,8 @@ BEGIN
|
|||
WHERE o.id = vSelf
|
||||
AND r.warehouseFk = vWarehouseFk
|
||||
AND r.amount
|
||||
ORDER BY i.itemPackingTypeFk DESC; -- El último siempre NULL!!
|
||||
ORDER BY i.itemPackingTypeFk DESC;
|
||||
-- El último siempre NULL, es imprescindible para la lógica !!!
|
||||
|
||||
DECLARE vRows CURSOR FOR
|
||||
SELECT r.id,
|
||||
|
|
Loading…
Reference in New Issue