feat rename itemShelvingAdd refs #7763
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Sergio De la torre 2024-07-26 12:49:16 +02:00
parent a49c36e179
commit 0673e8ea5f
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ BEGIN
id
FROM buy b
WHERE id = vBuyFk;
SELECT LAST_INSERT_ID();
END IF;
END$$
DELIMITER ;