refs #7844 Fix
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Guillermo Bonet 2024-08-07 10:40:10 +02:00
parent ea75446982
commit 4f2e343d0c
1 changed files with 1 additions and 3 deletions

View File

@ -224,8 +224,6 @@ BEGIN
) sub
ON DUPLICATE KEY UPDATE hasRounding = sub.problem, saleFk = sub.saleFk;
DROP TEMPORARY TABLE
tmp.sale_getProblems,
tItemShelvingStock_byWarehouse;
DROP TEMPORARY TABLE tItemShelvingStock_byWarehouse;
END$$
DELIMITER ;