7760-tmp.ticketIPT #2973

Merged
sergiodt merged 2 commits from 7760-tmp.ticketIPT into test 2024-09-16 12:21:09 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 33540063f4 - Show all commits

View File

@ -82,6 +82,5 @@ BEGIN
SELECT ticketFk, itemPackingTypeFk
FROM tSalesToMove
GROUP BY ticketFk;
END$$
DELIMITER ;