fix: refs #7760 tmp.ticketIPT
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Carlos Andrés 2024-09-16 15:09:34 +02:00
parent 2e03fe8193
commit 1d42f58c39
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,8 @@ BEGIN
SELECT ticketFk, itemPackingTypeFk
FROM tSalesToMove
GROUP BY ticketFk;
UNION
SELECT vSelf, vOriginalItemPackingTypeFk;
DROP TEMPORARY TABLE tSalesToMove;
END$$