fix: refs #7834 expeditionScan_Put #2832

Merged
guillermo merged 4 commits from 7834-fixExpeditionScanPut into master 2024-08-06 10:56:11 +00:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 54e6c63b8b - Show all commits

View File

@ -14,7 +14,5 @@ BEGIN
REPLACE expeditionScan(expeditionFk, palletFk)
VALUES(vExpeditionFk, vPalletFk);
SELECT LAST_INSERT_ID() INTO vPalletFk;
END$$
DELIMITER ;