#7897 - masterTest_24_36 #2909

Merged
jsegarra merged 132 commits from 7897_masterTest_24_36 into master 2024-09-03 06:37:54 +00:00
1 changed files with 1 additions and 3 deletions
Showing only changes of commit 4f2e343d0c - Show all commits

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 ;